Same Problem.... !
Find this codes:
mes "[Clown]";
mes "Need some time to think about it, huh?";
mes "Alright, I can understand.";
close;
}
'c'ostume
[email protected];
mes "[Clown]";
mes "Done, enjoy your costume headgear.";
close;
case 2:
next;
and change it to this one:
mes "[Clown]";
mes "Need some time to think about it, huh?";
mes "Alright, I can understand.";
close;
}
costume
[email protected];
mes "[Clown]";
mes "Done, enjoy your costume headgear.";
close;
case 2:
next;