Worn Items

Post » Tue May 17, 2011 7:38 am

Is there a function that will tell what item of clothing or armor the Player character is wearing? The only ones relating to this are GetArmorRating and GetClothingValue, but I don't want either one of those; I want to know the name of the clothing being worn.

Rig
User avatar
Dewayne Quattlebaum
 
Posts: 3529
Joined: Thu Aug 30, 2007 12:29 pm

Post » Tue May 17, 2011 5:24 am

I believe you have to use FOSE to do that.
User avatar
Yung Prince
 
Posts: 3373
Joined: Thu Oct 11, 2007 10:45 pm

Post » Tue May 17, 2011 5:28 am

That's correct. The function that you'll need to use for this is FOSE's http://fose.silverlock.org/fose_command_doc.html#GetEquippedObject.

If you only need to check if the player is wearing an item from a specific set (i.e. form list) of item, then you could use http://geck.gamesas.com/index.php/GetEquipped.

Cipscis
User avatar
Da Missz
 
Posts: 3438
Joined: Fri Mar 30, 2007 4:42 pm

Post » Tue May 17, 2011 3:11 am

That's correct. The function that you'll need to use for this is FOSE's http://fose.silverlock.org/fose_command_doc.html#GetEquippedObject.

If you only need to check if the player is wearing an item from a specific set (i.e. form list) of item, then you could use http://geck.gamesas.com/index.php/GetEquipped.

Cipscis

Excellent, thank you both very much. I keep forgetting to look at the list of FOSE functions.

Rig
User avatar
Harry Hearing
 
Posts: 3366
Joined: Sun Jul 22, 2007 6:19 am


Return to Fallout 3