viewing paste Unknown #25198 | Athena

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10
prontera,150,150,4  script  Vending Helper  999,{
 
mes "[Vending Helper]";
mes "Hello "+(Sex?"Mr":"Ms")+", "+strcharinfo(0);
mes "would you like me to warp you now on the vending area?";
if(select("Yes:No") == 2) end;
close2;
warp "izlude",75,75; // Change this
end;
}
Viewed 924 times, submitted by Radian.