yuhsing

Untitled

Jan 12th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. prontera,155,181,5 script Sample 757,{
  3. if( getgmlevel() > 60 ){
  4. mes "Input an Item ID";
  5. do{
  6. input .@item_id;
  7. }while( getitemname( .@item_id ) == "null" );
  8. mes "Input amount .";
  9. input .@amount,1,30000;
  10. getitem .@item_id,.@amount;
  11. }
  12. close;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment