WillIntimidateSucceed - Actor
Member of: Actor Script
Returns whether or not an intimidation attempt by the player on this actor will succeed or not.
SyntaxEdit
bool Function WillIntimidateSucceed() native
ParametersEdit
None.
Return ValueEdit
Whether an intimidation attempt by the player on this actor will succed or not.
ExamplesEdit
; Can the player successfully intimidate the pidgeon?
if Pidgeon.WillIntimidateSucceed()
Debug.Trace("The pidgeon will most likely give up the goods!")
endIf
See AlsoEdit
- Actor Script
- Perk Entry Point "Mod Player Intimidation" for the full formula behind Intimidate success