Difference between revisions of "Debug Scripts"

Jump to navigation Jump to search
21 bytes added ,  15:13, 13 November 2006
no edit summary
imported>AdiBeiElderScrolls
imported>AdiBeiElderScrolls
Line 156: Line 156:
     Message "whatever you want to say %.0f" MyVar2
     Message "whatever you want to say %.0f" MyVar2
   EndIf
   EndIf
   ; stop getting messages for this frame
   ; and if you want to have the messages for each frame
  ; slowly passing by, you add a ShowEnchantment at the
  ; very end of the inspection block this time, like
  If debugOn
    ShowEnchantment
  EndIf 
  ; now stop getting messages for this frame
   Set debugOn to 0
   Set debugOn to 0
EndIf
EndIf
... and so on
... and so on
; and if you want to have the messages for each frame
</pre>
; slowly passing by, you add a ShowEnchantment at the
; very end of the GameMode block this time, like
If debugOn
  ShowEnchantment
EndIf</pre>






[[Category:Scripting]]
[[Category:Scripting]]

Navigation menu