Monitoring Player item equip changes

Post » Mon Jun 18, 2012 4:46 pm

Has anyone tried to monitor activity when the player equips / unequipped a item with out attaching the script to a weapon or some type of object. I know you can extend ObjectReference via Attaching the script to a specific weapon, but what if i want to monitor the player globally continuously for changes on items being equipped etc

Im dumb-founded at the moment been trying for couple of hours now
User avatar
Kate Norris
 
Posts: 3373
Joined: Mon Nov 27, 2006 6:12 pm

Post » Mon Jun 18, 2012 2:19 pm

Has anyone tried to monitor activity when the player equips / unequipped a item with out attaching the script to a weapon or some type of object. I know you can extend ObjectReference via Attaching the script to a specific weapon, but what if i want to monitor the player globally continuously for changes on items being equipped etc

Im dumb-founded at the moment been trying for couple of hours now

Attatch a script to the player that extends actor and have it use the events http://www.creationkit.com/OnObjectEquipped_-_Actorand http://www.creationkit.com/OnObjectUnequipped_-_Actor
User avatar
Channing
 
Posts: 3393
Joined: Thu Nov 30, 2006 4:05 pm


Return to V - Skyrim