hey, im making a quit gui for my mags game. This is my first game so im teh n00b when it comes to scripting.
tell me, whats wrong with this script
if (interface == QUIT) {
if (button == 0) {
QuitGame (0) ;
}
if (button == 1) {
GUIOff (3) ;
}
}
cheers
tell me, whats wrong with this script
if (interface == QUIT) {
if (button == 0) {
QuitGame (0) ;
}
if (button == 1) {
GUIOff (3) ;
}
}
cheers