Difference between revisions of "GetDetected"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>B1gBadDaddy
imported>B1gBadDaddy
(added image)
Line 4: Line 4:
Used in Story Manager's Kill Actor event, the following condition function would check if the player was undetected by the actor they killed.
Used in Story Manager's Kill Actor event, the following condition function would check if the player was undetected by the actor they killed.


http://i.imgur.com/7W7xTlQ.png
[[File:B1gBadDaddy_GetDetected.PNG]]
 


== Notes ==
== Notes ==

Revision as of 13:43, 14 August 2013

Returns 1 if the "TARGET" actor is detected by the actor chosen as the "Run On" reference.

Example

Used in Story Manager's Kill Actor event, the following condition function would check if the player was undetected by the actor they killed.

B1gBadDaddy GetDetected.PNG


Notes

The condition function does not relate to sneaking. Whether sneaking or not, the target actor can be undetected.

See Also