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

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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