Pink Guy Posted July 22, 2012 Posted July 22, 2012 I wanted to make an item for changesex function.. here's my script.. 23001,ChangeSex_Certificate,ChangeSex_Certificate,18,0,,,,,,,,,,,,,,,{ changesex; },{},{} My item type is 18 because I want the item to ask for confirmation first before changing sex.. I also tried making the type 0 but it doesn't do anything.. can someone please help me? Quote
Euphy Posted July 22, 2012 Posted July 22, 2012 Item type 11, and for item script: if(select("Change Sex:Cancel")==2) close; delitem 23001,1; changesex; Quote
PokemonRO Posted July 22, 2012 Posted July 22, 2012 (edited) @Euphy Wasn't aware you could do that right on the item script. Very cool stuff you can use a callfunc script on item, which I would have done originally. callfunc changesex; and then have an npc script function that uses changesex Edited July 22, 2012 by PokemonRO Quote
Pink Guy Posted July 22, 2012 Author Posted July 22, 2012 Is there any way I can make it like this... before you get change sex, all of your equips will be stripped or unequipped? Quote
Emistry Posted July 22, 2012 Posted July 22, 2012 Based on Euphy Script add this after the "delitem" or any where you want after the "close;" nude; Quote
Euphy Posted July 22, 2012 Posted July 22, 2012 Doesn't "changesex" already strip your equipment? Maybe it was the atcommand... Quote
PokemonRO Posted July 22, 2012 Posted July 22, 2012 The atcommand logs you out and forces you to relog on your char and yeah it strips your items Quote
Question
Pink Guy
I wanted to make an item for changesex function.. here's my script..
23001,ChangeSex_Certificate,ChangeSex_Certificate,18,0,,,,,,,,,,,,,,,{ changesex; },{},{}
My item type is 18 because I want the item to ask for confirmation first before changing sex.. I also tried making the type 0 but it doesn't do anything.. can someone please help me?
7 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.