Advertisement
Guest User

exchange

a guest
Oct 18th, 2016
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.28 KB | None | 0 0
  1. prontera,150,150,3  script  Tradecoin   58,{
  2. mes "Hello";
  3. if(countitem(501) >= 1 && countitem(502) >= 1 && countitem(503) >= 1)
  4.     {
  5.         delitem 501,1;
  6.         delitem 502,1;
  7.         delitem 503,1;
  8.         getitem <ID_COIN>,1;
  9.         mes "Complete!";
  10.     }
  11. else
  12.     {
  13.         mes "You do not have items.";
  14.     }
  15. close;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement