Background for Fallout 4
Member of the Game script
voidfunctionSetPlayerReportCrime(boolabReportCrime=true)NativeGlobal

Description

Wiki Description

Set the state of the player as an actor who commits crimes

Documentation Comment

Enables or disables crime reporting on Player


Caveats


Parameters

boolabReportCrime=true

CK Wiki Description

Specifies whether to turn the crime reporting flag on the player on or off

  • Default:True

Examples

; Turn on the player getting crimes reported.
Game.SetPlayerReportCrime()
; Turn off the player getting crimes reported
Game.SetPlayerReportCrime(false)

Auto-Generated Example

bool myBool__abReportCrime

Game.SetPlayerReportCrime(myBool__abReportCrime)

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.