Poetic Motion Posted March 16, 2013 Posted March 16, 2013 I know 'GetEquipped' function checks whether or not the calling actor(not player) has equipped the target object.  http://geck.bethsoft.com/index.php/GetEquipped  I want to check player equip specific item or not, but i cant find the function somthing like 'pcequipped' or 'playerequipped' etc...  How can I check a player has equipped specific item(or outfits) or not?
zippy57 Posted March 16, 2013 Posted March 16, 2013 Um... It says right there on that page you linked to.   Player.getEquipped MS06LincolnsHatReturns 1 if the player is wearing Lincoln's Hat Â
Poetic Motion Posted March 16, 2013 Author Posted March 16, 2013  Um... It says right there on that page you linked to.  Player.getEquipped MS06LincolnsHatReturns 1 if the player is wearing Lincoln's Hat  Thanks, but how can I check it at topic condition?  I dont understand the difference between T(target) and S(subject)...
DoctaSax Posted March 16, 2013 Posted March 16, 2013 In regular conversations, target is the player, subject is the npc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.