Jump to content
  • 0

Question

5 answers to this question

Recommended Posts

Posted
prontera,123,123,4 script Skull Cleaner 123,{
 
mes "[^0000FFSkull Cleaner^000000]";
mes "Would you like me to remove the names from your collected skulls?";
if(select("Yes:No") == 2) end;
.@amount = countitem( 7420 );
delitem 7420,.@amount;
getitem 7420,.@amoint;
mes "There you go!";
close;
 
}
Posted
prontera,123,123,4 script Skull Cleaner 123,{
 
mes "[^0000FFSkull Cleaner^000000]";
mes "Would you like me to remove the names from your collected skulls?";
if(select("Yes:No") == 2) end;
.@amount = countitem( 7420 );
delitem 7420,.@amount;
getitem 7420,.@amoint;
mes "There you go!";
close;
 
}

all my skulls are gone

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...