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
