Difference between revisions of "Talk:MessageBox Tutorial"
m
→Missing statement in examples
imported>HawkFest |
imported>HawkFest |
||
Line 350: | Line 350: | ||
'''[[Return]]''' | '''[[Return]]''' | ||
Elseif (Choosing == -1) | Elseif (Choosing == -1) | ||
.... | |||
Elseif (Choosing == 1) | Elseif (Choosing == 1) | ||
.... | |||
Elseif (Choosing == -10) | |||
.... | |||
Elseif (Choosing == 10) | Elseif (Choosing == 10) | ||
... | ... |