Jump to content

MaiThanhLong

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by MaiThanhLong

  1. I'm trying to create a script that add a item or weapon when player equips a armor or armor piece
    At this morning, the script was working fine, it didn't work after i made some changes, and i restored it back to the previous one, but still, didn't work at all

    Here's the script

    Scriptname bronzescoutwristblade extends ObjectReference
    WEAPON Property PredatorInvisibleShortWristblade Auto
    Event OnEquipped(Actor AkActor)
    Game.GetPlayer().AddItem(PredatorInvisibleShortWristblade)
    EndEvent
    Event OnUnequipped(Actor AkActor)
    Game.GetPlayer().RemoveItem(PredatorInvisibleShortWristblade)
    EndEvent
×
×
  • Create New...