Advertisement
dc36ea5dbcbd54b0c571

UnLimit Limit Ladder sample 1

Apr 7th, 2011
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. prontera,150,180,4 script Goddameit-Ladder 990,{
  2. switch(select("Do","Watch",getgmlevel()==99?"Clean":""))
  3. {
  4. case 1:
  5. callfunc "LadderWork","Cash",10,"#CASHPOINTS";
  6. close;
  7. case 2:
  8. callfunc "LadderWatch","Cash",10,0;
  9. close;
  10. case 3:
  11. callfunc "LadderWatch","Cash",0,1;
  12. close;
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement