Difference between revisions of "Debug Scripts"
Jump to navigation
Jump to search
no edit summary
imported>AdiBeiElderScrolls |
imported>AdiBeiElderScrolls |
||
Line 114: | Line 114: | ||
... your code | ... your code | ||
If debugOn | If debugOn | ||
Message "whatever you want to say %.0f" | Message "whatever you want to say %.0f" MyVar2 | ||
EndIf | EndIf | ||
... and so on</pre> | ... and so on | ||
; and if you want to have the messages for each frame | |||
; slowly passing by you and an ShowEnchantment at the | |||
; beginning or the end of the GameMode block, like | |||
If debugOn | |||
ShowEnchantment | |||
EndIf</pre> | |||
[[Category:Scripting]] | [[Category:Scripting]] |