...is freezing my game
what am I doing wrong ???
I just put in @blah = blah and the game freezes
show the event please. Do you have a loop? What is in the call script command? @ represents a local variable by the way. Just show the event.
@letter_by_letter = false
variable
message
battle
@letter_by_letter = true
turn off switch
(event is on hero touch switch turns it off)
The last value of the command can't be "false" or "nil", use this instead:
@letter_by_letter = false
return true
What's wrong with "false" or "nil" being the last value of the command? If you do "return true," does it affect the script in anyway?
Sidenote: OMG MODERN ALGEBRA. Nice one in your siggy XD
Quote from: Season In The Abyss on April 11, 2007, 10:50:17 PM
The last value of the command can't be "false" or "nil", use this instead:
@letter_by_letter = false
return true
thanks I'll try that.
Hey! That helped me! :D Thanks a million :D