Difference between revisions of "Talk:MessageBox Tutorial"

304 bytes added ,  08:57, 24 December 2007
Missing statement in examples
imported>ShadowDancer
m (fixing line placement in script)
imported>HawkFest
(Missing statement in examples)
Line 338: Line 338:


:--[[User:Haama|Haama]] 13:03, 29 August 2007 (EDT)
:--[[User:Haama|Haama]] 13:03, 29 August 2007 (EDT)
== Missing statement in examples ==
All examples used to illustrate an activator menu (section 4.5 and following) are missing a Return statement:
If (Choosing == 0)
  ....
  Set Working to 0
  ....
  '''[[Return]]'''
Elseif (Choosing == -1)
Elseif (Choosing == 0)
Elseif (Choosing == -1)
...
Anonymous user