8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
|
scriptName defaultAddToFactionOnLoad extends Actor
|
||
|
{Adds the reference to a faction on load.}
|
||
|
|
||
|
Faction property newFaction Auto
|
||
|
|
||
|
Event OnLoad()
|
||
|
Self.AddToFaction(newFaction)
|
||
|
EndEvent
|