PDA

View Full Version : Press button MADNESS!


BlueDragon
02-25-2005, 12:23 PM
Is there anyway to reset the button that was pressed by the player without having another Input: Button command?

So, far I have:

Input: Button
......
....
....
...
Warp to....

Input: Button
....
...

Now, when the player presses the button on the first dungeon, that info carries over to the next dungeon. If the buttons needed match from the first to the second dungeon, the script in the second dungeon starts.

I can't alter the variable... adding and removing Load Game Info doesn't help.

The only way I bypassed it was by adding another Input: Button command, with a wait time of 0 seconds.

Was this the answer, or is there some other way?

Draygone
02-25-2005, 12:54 PM
Can't you change the variable that it's stored in? Not sure which variable it is, but pressing start on the Input Button option should tell you.

BlueDragon
02-25-2005, 04:16 PM
:(I can't alter the variable...

So, no.... I'll check again, though.

Dungeon Warden
02-25-2005, 10:45 PM
You can't change the Input Button variable, so the only way to reset it is with a new Input button command. It's one command either way, so I don't really see the problem.

BlueDragon
02-25-2005, 11:38 PM
Understood. :)