psychosisneamia
~Beginner~
- Joined
- Jun 7, 2012
- Messages
- 162
- Reaction score
- 7
Is there a way to make an item that when clicked on it says "Changed" and changes a player outfit to a monster outfit example Outfit 9
Then when clicked on the item again it sends the outfit back to normal?
I don't know if you can use it something with these functions
doRemoveCondition(cid,CONDITION_OUTFIT)
doAddCondition(cid, Condition)
then add when they have the outfit to have a speed advantage something like
doAddCondition(cid,Speed)
Then when clicked on the item again it sends the outfit back to normal?
I don't know if you can use it something with these functions
doRemoveCondition(cid,CONDITION_OUTFIT)
doAddCondition(cid, Condition)
then add when they have the outfit to have a speed advantage something like
doAddCondition(cid,Speed)