I want to go from this:
IF ~~ THEN BEGIN ExistingDialog SAY ~stuff~ IF ~~ THEN REPLY ~existing reply1~ GOTO whatever1 IF ~~ THEN REPLY ~existing reply2~ GOTO whatever2 END
To this:
IF ~~ THEN BEGIN ExistingDialog SAY ~stuff~ IF ~~ THEN REPLY ~existing reply1~ GOTO whatever1 IF ~~ THEN REPLY ~existing reply2~ GOTO whatever2 IF ~~ THEN REPLY ~new reply~ GOTO newstate END
Edited by Konalan, 11 February 2009 - 11:50 AM.