Background for Fallout 4
Member of the Actor script
boolfunctionWillIntimidateSucceed()Native

Description

Wiki Description

Returns whether or not an intimidation attempt by the player on this actor will succeed or not.

Documentation Comment

Returns whether intimidate will succeed against this actor or not


Caveats


Examples

; Can the player successfully intimidate the pidgeon?
if Pidgeon.WillIntimidateSucceed()
  Debug.Trace("The pidgeon will most likely give up the goods!")
endIf

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.WillIntimidateSucceed()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.