IF ~~ THEN REPLY ~Blablabla~ Goto Bla IF ~PlayerTalked(Viconia)~ THEN REPLY ~Blablablablabla~ Goto Bla2
When replying in dialogs; I need a specific dialog option to appear if a *specific* person talked to the NPC. Can you help me out in this?
Posted 14 June 2004 - 11:32 AM
IF ~~ THEN REPLY ~Blablabla~ Goto Bla IF ~PlayerTalked(Viconia)~ THEN REPLY ~Blablablablabla~ Goto Bla2
Posted 14 June 2004 - 12:00 PM
Posted 14 June 2004 - 12:06 PM
IF ~IsGabber(Viconia)~ THEN REPLY ~Blabla~ Goto Bla2