Difference between revisions of "Talk:MessageBox Tutorial"
Jump to navigation
Jump to search
m
formatting
imported>ShadowDancer (oops, Return in there that wasn't needed when copied from article page) |
imported>ShadowDancer m (formatting) |
||
Line 123: | Line 123: | ||
'' ElseIf (Choosing == 0) | '' ElseIf (Choosing == 0) | ||
'' If (DoOnce == 0) | '' If (DoOnce == 0) | ||
'' PlayMagicShaderVisuals | '' PlayMagicShaderVisuals ;place effect shader Editor ID here i.e. effectEnchantMysticism | ||
'' Set DoOnce to 1 | '' Set DoOnce to 1 | ||
'' Set Timer to 4 | '' Set Timer to 4 | ||
Line 129: | Line 129: | ||
'' Set Timer to Timer - GetSecondsPassed | '' Set Timer to Timer - GetSecondsPassed | ||
'' ElseIf (Timer <= 0) | '' ElseIf (Timer <= 0) | ||
'' StopMagicShaderVisuals | '' StopMagicShaderVisuals ;place effect shader Editor ID here i.e. effectEnchantMysticism | ||
'' Player.Dispel ;spell | '' Player.Dispel ;place spell Editor ID using script here i.e. SplMenuVariables | ||
'' EndIf | '' EndIf | ||