Jump to content
Sign in to follow this  
TecnoCronus

unequipall new script command

Recommended Posts

unequipall script command

 

After doing this code:

 

 

        unequip EQI_HEAD_TOP;		unequip EQI_ARMOR;		unequip EQI_HAND_L;		unequip EQI_HAND_R;		unequip EQI_GARMENT;		unequip EQI_SHOES;		unequip EQI_ACC_L;		unequip EQI_ACC_R;		unequip EQI_HEAD_MID;		unequip EQI_HEAD_LOW;		unequip EQI_COSTUME_HEAD_LOW;		unequip EQI_COSTUME_HEAD_MID;		unequip EQI_COSTUME_HEAD_TOP;

 

I thought: there's not a script comamnd that can unequip all equipments ? so I did it.

 

 

USAGE

 

* unequipall;
 
This command will unequip all items of the current attached player.

 

DOWNLOAD

 

https://xp-dev.com/svn/tecnocronus_scripts/snippets/EN/unequipall.patch

 

NOTES

 

* Compile with MSVC++ 2010

Edited by TecnoCronus

Share this post


Link to post
Share on other sites

my apologizes,

 

I didn't knew about nude command, please close this topic :)

NVM,I didn't know nude command originally,and  found it after searching pc->unequipitem in script.c

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.