-
Posts
559 -
Joined
-
Last visited
DarthStoney's Achievements
Newbie (1/14)
10
Reputation
Single Status Update
See all updates by DarthStoney
-
Hey, having an issue with an onenter script where i want to remove unequip the items on the party member uldir, both his right/left arms and the slot where you can switch to.
INVENTORY_SLOT_RIGHTWEAPON ,oNPC);
object oWeapon2 = GetItemInSlot(INVENTORY_SLOT_LEFTWEAPON ,oNPC);
INVENTORY_SLOT_RIGHTWEAPON2 ,oNPC);
object oWeapon2 = GetItemInSlot(INVENTORY_SLOT_LEFTWEAPON2 ,oNPC);
want to remove these from my one party member
Thanks in advance =)