Serious problem
#2

Do you have more then 1 if(dialogid == 1), each dialog needs to have a separate dialogid so the script knows which one to use when the command is called.

if so change them to different numbers like below

if(dialogid == 1)
if(dialogid == 2)
if(dialogid == 3)
etc etc.
Reply


Messages In This Thread
Serious problem - by Swiftz - 19.01.2011, 12:41
Re: Serious problem - by Haydz - 19.01.2011, 12:43
Re: Serious problem - by Swiftz - 19.01.2011, 12:47
Re: Serious problem - by Haydz - 19.01.2011, 12:49
Re: Serious problem - by armyoftwo - 19.01.2011, 13:29

Forum Jump:


Users browsing this thread: 1 Guest(s)