Meatballsub Divine Bovine

Joined: 16 Jun 2003 Posts: 437 Location: Northwest Georgia
|
Posted: Thu Jun 26, 2008 6:20 am Post subject: Game-over script bug? |
|
|
I am also posting this on Slime Salad...
I have had reports of my game-over script not working in my game and was wondering if anyone had any suggestions. The script has always worked fine for me, but others have said that it doesn't work for them.
Here is the script:
script,deathscript,begin
If (check tag (112)==(off)) then (
game over)
end
Very simple. At one part of the game before a particular fight, a text box turns the tag on. When you fight it and you die, the game is supposed to continue on. It does for me, but not for this person. Should I put something in "else"? I just don't understand why it would work for me and not for everyone else. |
|