donkeyg Posted January 2, 2015 Posted January 2, 2015 (edited) help pls... skull name change to no name skull Edited January 2, 2015 by donkeyg Quote
Emistry Posted January 2, 2015 Posted January 2, 2015 (edited) .@amount = countitem( 7420 ); delitem 7420,.@amount; getitem 7420,.@amount; Edited January 3, 2015 by Emistry fixed typo. Quote
donkeyg Posted January 2, 2015 Author Posted January 2, 2015 .@amount = countitem( 7420 ); delitem 7420,.@amount; getitem 7420,.@amoint; how do i make this as npc? Quote
Luciar Posted January 2, 2015 Posted January 2, 2015 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; } Quote
donkeyg Posted January 2, 2015 Author Posted January 2, 2015 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 Quote
Emistry Posted January 3, 2015 Posted January 3, 2015 .@amount = countitem( 7420 ); delitem 7420,.@amount; getitem 7420,.@amount; // <<--- correct the variable name. Quote
Question
donkeyg
help pls... skull name change to no name skull
Edited by donkeyg5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.