Advertisement
Lelouch17

Monster Cash Points

Aug 12th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. mapname,x,y,x script Test x,{
  2. warp "mapname",x,y;
  3. end;
  4.  
  5. OnCashEvent:
  6. atcommand "@cash 1";
  7. end;
  8. }
  9.  
  10. // Monster spawn script
  11. mapname,0,0,0,0 monster Poring 1002,1,0,0,"Test::OnCashEvent"
  12.  
  13. or
  14.  
  15. - script Test -1,{
  16. OnCashEvent:
  17. atcommand "@cash 1";
  18. end;
  19. }
  20.  
  21. // Monster spawn script
  22. mapname,0,0,0,0 monster Poring 1002,1,0,0,"Test::OnCashEvent"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement