Difference between revisions of "Debug Scripts"
Jump to navigation
Jump to search
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 | ||
</pre> | |||
[[Category:Scripting]] | [[Category:Scripting]] |