prevent books from being open

Post » Tue Jul 19, 2011 8:53 pm

I am doing this to prevent the player from equipping some special loot in their inventory times:

begin OnEquip

unequipme

end


How would I do this to prevent books from being open but still in the players inventory?
User avatar
Bigze Stacks
 
Posts: 3309
Joined: Sun May 20, 2007 5:07 pm

Post » Wed Jul 20, 2011 11:18 am

If you don't need the book to do anything special when equipped, just leave the OnEquip block empty, and that will do fine. :)
User avatar
Shannon Marie Jones
 
Posts: 3391
Joined: Sun Nov 12, 2006 3:19 pm

Post » Wed Jul 20, 2011 4:38 am

I tried that it did not work.

The book still opened up for the player to read it.

If you don't need the book to do anything special when equipped, just leave the OnEquip block empty, and that will do fine. :)

User avatar
James Potter
 
Posts: 3418
Joined: Sat Jul 07, 2007 11:40 am

Post » Tue Jul 19, 2011 10:57 pm

never mind, the easy way is to make the book an Misc item and not really a book. I should have thought of that myself.
User avatar
Lauren Graves
 
Posts: 3343
Joined: Fri Aug 04, 2006 6:03 pm


Return to IV - Oblivion