Difference between revisions of "Talk:MessageBox Tutorial"
question
imported>ShadowDancer (updating script so it will actually work as intended) |
imported>ShadowDancer (question) |
||
Line 308: | Line 308: | ||
:::::A spell can be cast while in MenuMode from a MenuMode script. It doesn't start the Magic Effect script until the player has exited MenuMode. Even a zero duration spell won't start running until back in GameMode. | :::::A spell can be cast while in MenuMode from a MenuMode script. It doesn't start the Magic Effect script until the player has exited MenuMode. Even a zero duration spell won't start running until back in GameMode. | ||
:::::--[[User:ShadowDancer|ShadowDancer]] 03:29, 29 August 2007 (EDT) | :::::--[[User:ShadowDancer|ShadowDancer]] 03:29, 29 August 2007 (EDT) | ||
---- | |||
Haama, out of curiosity, why do you have so many | |||
If (Choice == -1) ;No choice yet | |||
Set Choice to GetButtonPressed | |||
statements in the script? If you use a couple more '''If''' statements, you could just put one of those in and remove that '''If''' statement from each of the additional menu sections. | |||
--[[User:ShadowDancer|ShadowDancer]] 05:59, 29 August 2007 (EDT) |