How to make Items only Creature usable?

Post » Tue Dec 29, 2009 9:00 pm

Like the player cant loot the items he has, like the Pc cant loot his shield?
User avatar
Lil'.KiiDD
 
Posts: 3566
Joined: Mon Nov 26, 2007 11:41 am

Post » Tue Dec 29, 2009 8:33 am

Like the player cant loot the items he has, like the Pc cant loot his shield?

begin noActivateScriptif ( OnActivate )endifend

User avatar
Brandon Bernardi
 
Posts: 3481
Joined: Tue Sep 25, 2007 9:06 am

Post » Tue Dec 29, 2009 4:15 pm

Or you can just remove the items in question from their inventory when they die.

Begin somescriptshort doonceif ( doonce != 0 )	Returnelseif ( GetHealth >= 1 )	ReturnendifRemoveItem, "someitem", 1RemoveItem, "someotheritem", 1set doonce to 1End

User avatar
Samantha Jane Adams
 
Posts: 3433
Joined: Mon Dec 04, 2006 4:00 pm


Return to III - Morrowind