19.01.2011, 12:43
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.
if so change them to different numbers like below
if(dialogid == 1)
if(dialogid == 2)
if(dialogid == 3)
etc etc.