Difference between revisions of "IsBribedbyPlayer"
Jump to navigation
Jump to search
DavidJCobb (talk | contribs) |
DavidJCobb (talk | contribs) m |
||
Line 3: | Line 3: | ||
The function works by checking an internal datestamp which indicates when the actor was marked as bribed, comparing that datestamp to the current date. | 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]] | * [[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.