[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
Scripting Tutorial: My Second Script (edit)
Revision as of 01:57, 18 April 2006
, 01:57, 18 April 2006→Your first bugs, and the fixes: bad code fix
imported>Kkuhlmann |
imported>Grundulum (→Your first bugs, and the fixes: bad code fix) |
||
Line 190: | Line 190: | ||
ElseIf ( button == 2) | ElseIf ( button == 2) | ||
MessageBox "Your answer was correct." | MessageBox "Your answer was correct." | ||
Set controlvar to 2 | Set controlvar to 2 | ||
Else | Else |