im having problem with this script.. what i'm trying to do is to create a warper that get an item before it warp you.. here's teh script i made.. please help me.. im a newbie
// --------------------------------------------------
// AblazeRO Market/Casino warper
// --------------------------------------------------
ra_temple,120,179,4 script Casino
Entrance 939,{
mes "Do you have a ticket ?";
if (countitem(7338) < 1) {
mes "[Casino Guard]";
mes "Sorry, no ticket no entry! ";
close;
} else {
delitem 7338,1;
next;
warp "ra_temin,170,20;
end;
}
}
Please help me..