[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "Scripting Tutorial: My Second Script"
Jump to navigation
Jump to search
m
Scripting Tutorial: My Second Script (edit)
Revision as of 11:57, 2 August 2006
, 11:57, 2 August 2006→Your first bugs, and the fixes
imported>Nictrolis |
imported>Nictrolis |
||
Line 195: | Line 195: | ||
Else | Else | ||
MessageBox "Your answer was wrong." | MessageBox "Your answer was wrong." | ||
Set controlvar to | Set controlvar to -1 | ||
EndIf | EndIf | ||
ElseIf ( controlvar == 2 ) | ElseIf ( controlvar == 2 ) |