[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
GetTalkedToPCParam
Revision as of 18:43, 15 February 2006 by imported>Maturin
Syntax:
GetTalkedToPCParam NPC_ID
Example:
GetTalkedToPCParam ValenDrethRef
Returns 1 if NPC_ID has ever spoken to the player, 0 otherwise.
Useful mainly as a condition function. This is a non-reference function that takes the actor as a parameter instead of running on an actor.