GUIoff error when saving a game!

Started by Hamelkart, Mon 13/09/2004 22:03:20

Previous topic - Next topic

Hamelkart

My game doesn't want to save because I there is something wrong with disabling GUI. I thought I wrote the script correct. It's: line 1:   GUIoff(0);
line 2:   GUIoff(1)

TheJBurger

According to your code it says:

GUIOff(1)

You're missing a semicolon ( ; ) so add one like this.

GUIOff(1);

;)

dreammaster

You can also use the GUI name as the parameter, rather than it's number, which removes the possibility of using the wrong GUI number.

SMF spam blocked by CleanTalk