Jump to content

Home

DarthStoney

Members
  • Posts

    559
  • Joined

  • Last visited

Personal Information

  • Web Browser
    IE8
  • Resolution
    1024x768

Contact Information

  • Homepage
    http://www.createforum.com/tslrcm/

DarthStoney's Achievements

Newbie

Newbie (1/14)

10

Reputation

Single Status Update

See all updates by DarthStoney

  1. 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 =)

×
×
  • Create New...