Difference between revisions of "IsBribedbyPlayer"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>SJML Bot
(Bot creating condition functions pages.)
 
Line 1: Line 1:
This function returns 1 if it's run on an actor who [[SetBribed - Actor|has been bribed by the player]], or 0 otherwise.


The function works by checking an internal datestamp which indicates when the actor was marked as bribed, comparing that datestamp to the current date.
## See Also
* [[IsIntimidatedbyPlayer]]


[[Category:Condition Functions]]
[[Category:Condition Functions]]

Revision as of 18:20, 12 May 2024

This function returns 1 if it's run on an actor who has been bribed by the player, or 0 otherwise.

The function works by checking an internal datestamp which indicates when the actor was marked as bribed, comparing that datestamp to the current date.

    1. See Also