shera Posted August 21, 2008 Posted August 21, 2008 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:
Vagrant0 Posted August 21, 2008 Posted August 21, 2008 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.