Jump to content

Add spell when item is equipped


shera

Recommended Posts

Posted
How would I make a spell appear in my spell book when I equip a certain item or weapon, like a ring or sword? I would also want the spell to disappear when the item is unequipped. :thanks:
Posted
How would I make a spell appear in my spell book when I equip a certain item or weapon, like a ring or sword? I would also want the spell to disappear when the item is unequipped. :thanks:

 

SCN Sheraaddspellscript0012334q
Begin onequip
player.addspell <spell ID>
end

Begin onunequip
player.removespell <spell ID>
end

 

Give or take. Script is attached to the item to be worn.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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