12-21-2012, 02:36 PM
(03-03-2012, 09:01 PM)Dexter Wrote: If Ghost change weapon to Fire Sword, If no Ghost Change back.
Code:1000 {Equip FSword} Target.ByName(Ghost) Self.Equip.LeftHand(IDFSWORD)
1000 {UnEquip FSword} Target.ByName(Ghost)=0 Self.Equip.LeftHand(OTHER_ITEM)
next time look here http://forums.bmega.net/showthread.php?tid=1530