I already looked that up. I must be doing something wrong though.Gez wrote:[wiki=GameInfo_definition]MAPINFO: GameInfo { QuitMessages = ... }[/wiki]
in the language file, I added:
Code: Select all
QUITMSG30 = "Press Y to quit like a big loser in life, \npress N to stay proud and successful"
QUITMSG31 = "Man, I oughta smack you for trying to quit! \nPress Y to get smacked out."
QUITMSG32 = "Um, Asmodeus dislikes his children trying to quit. \nPress Y to return to your tinkertoys."
QUITMSG33 = "If you press Y to quit, \nI will summon Satan all over your hard drive!"
QUITMSG34 = "Milord, methinks that thou art a lowly quitter. \nIs this true?"
QUITMSG35 = "Do I need to bust your face open for trying to quit?"
QUITMSG36 = "If you quit now, \nI'll throw a blanket-party for you next time!"
QUITMSG37 = "Are you gonna quit this game just like everything else?"
Code: Select all
quitmessages = "$QUITMSG30", "$QUITMSG31", "$QUITMSG32", "$QUITMSG33",
"$QUITMSG34", "$QUITMSG35", "$QUITMSG36", "$QUITMSG37"