Game-over script bug?

Make games! Discuss those games here.

Moderators: Bob the Hamster, marionline, SDHawk

Post Reply
User avatar
Meatballsub
Liquid Metal Slime
Posts: 996
Joined: Mon Oct 15, 2007 6:39 pm
Location: Northwest Georgia
Contact:

Game-over script bug?

Post by Meatballsub »

I am also posting this on CP...

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.
Post Reply