Jump to content

how to write this script (auto equip cape for vampire lord)?


snakescrin

Recommended Posts

i want to write a script : when i tansform into a vampire lord , "DLC1VampireLordCape" will automatically be equiped on . how should i write . i have wrote this one below and complied ,and attached it to "DLC1VampireChangeFXEffect" ,but not working . thanks for help .

 

Scriptname CapeEquip

Armor Property DLC1VampireLordCape Auto

event onLoad()

Game.GetPlayer().EquipItem(DLC1VampireLordCape, true, true)

endEvent

Edited by snakescrin
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...