Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,181,5 script Sample 757,{
- if( getgmlevel() > 60 ){
- mes "Input an Item ID";
- do{
- input .@item_id;
- }while( getitemname( .@item_id ) == "null" );
- mes "Input amount .";
- input .@amount,1,30000;
- getitem .@item_id,.@amount;
- }
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment