Pink Guy Posted July 22, 2012 Group: Members Topic Count: 131 Topics Per Day: 0.03 Content Count: 371 Reputation: 3 Joined: 11/14/11 Last Seen: December 9, 2023 Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted July 22, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 22, 2012 Item type 11, and for item script: if(select("Change Sex:Cancel")==2) close; delitem 23001,1; changesex; Quote Link to comment Share on other sites More sharing options...
Pink Guy Posted July 22, 2012 Group: Members Topic Count: 131 Topics Per Day: 0.03 Content Count: 371 Reputation: 3 Joined: 11/14/11 Last Seen: December 9, 2023 Author Share Posted July 22, 2012 let me try it. Quote Link to comment Share on other sites More sharing options...
PokemonRO Posted July 22, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 63 Reputation: 3 Joined: 07/12/12 Last Seen: December 30, 2013 Share 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 Link to comment Share on other sites More sharing options...
Pink Guy Posted July 22, 2012 Group: Members Topic Count: 131 Topics Per Day: 0.03 Content Count: 371 Reputation: 3 Joined: 11/14/11 Last Seen: December 9, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted July 22, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 22, 2012 Based on Euphy Script add this after the "delitem" or any where you want after the "close;" nude; Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 22, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 22, 2012 Doesn't "changesex" already strip your equipment? Maybe it was the atcommand... Quote Link to comment Share on other sites More sharing options...
PokemonRO Posted July 22, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 63 Reputation: 3 Joined: 07/12/12 Last Seen: December 30, 2013 Share Posted July 22, 2012 The atcommand logs you out and forces you to relog on your char and yeah it strips your items Quote Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.