unequipall new script command

TecnoCronus

New member
Messages
17
Points
0
Age
34
Location
Manaus, Amazon.
Emulator
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

 
Last edited by a moderator:
default_smile.png


 
Back
Top