The Faction script is a part of Fallout 4’s Papyrus scripting ecosystem. It is included with the base game.
For this script, the Papyrus index knows about:
- 23 functions
Inheritance Tree
No indexed scripts extend this script.
Structs
The Papyrus Index is still under construction. Structs have not been implemented yet.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- Vanilla
Checks to see if the player can pay the crime gold for this faction.
- Found in:
- Vanilla
Get the amount of crime gold on this faction that the player needs to pay.
- Found in:
- Vanilla
Get the amount of crime gold on this faction that the player needs to pay for non-violent crimes.
- Found in:
- Vanilla
Get the amount of crime gold on this faction that the player needs to pay for violent crimes.
- Found in:
- Vanilla
Get the amount of non-violent infamy (accumulated non-violent crime gold) the player has with this faction.
- Found in:
- Vanilla
Get the amount of violent infamy (accumulated violent crime gold) the player has with this faction.
- Found in:
- Vanilla
Get the faction-based reaction between this faction and an actor.
- Found in:
- Vanilla
Get the value of all items stolen by the player from this faction that was witnessed.
- Found in:
- Vanilla
Get the value of all items stolen by the player from this faction that was not witnessed.
- Found in:
- Vanilla
Checks to see if the passed in faction is in this faction's crime group.
- Found in:
- Vanilla
Checks to see if the player is an enemy of this faction or not.
This is the same flag that gets set on a faction when the player commits a crime against it, which allows a faction to attack the player even if the player is an ally of that faction.
The flag is automatically cleared (whether set by script or code) after 24 hours.
- Found in:
- Vanilla
Checks to see if the player is expelled from this faction.
- Found in:
- Vanilla
Modifies the amount of crime gold on this faction.
- Found in:
- Vanilla
Has the player pay the crime gold on this faction, possibly removing any stolen items in their inventory and sending them to jail.
- Found in:
- Vanilla
Finds a nearby member of this faction and tells them to behave as if they were assaulted.
- Found in:
- Vanilla
Sends the player to jail, optionally removing his inventory, and sending him to "real" jail.
- Found in:
- Vanilla
Set the amount of non-violent crime gold on this faction.
- Found in:
- Vanilla
Set the amount of violent crime gold on this faction.
- Found in:
- Vanilla
Sets or clears the enemy flag from this faction for the player.
- Found in:
- Vanilla
Sets or clears the expelled flag from this faction for the player.
