TecnoCronus 8 Posted June 8, 2015 (edited) 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 June 8, 2015 by TecnoCronus 1 REKT reacted to this Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted June 9, 2015 I thought: there's not a script comamnd that can unequip all equipments ? nope, script command nude can do the same things 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
TecnoCronus 8 Posted June 10, 2015 my apologizes, I didn't knew about nude command, please close this topic Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted June 10, 2015 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 Quote Share this post Link to post Share on other sites