USE:
For quests.
Set an actor as quest actors so you can reference them whenever you want throughout the quest with getActorAlias()
TYPE: Command, Ref
RETURNS: Actor
THEME: Quest
COMPARE: getActorAlias
EXAMPLE:
Code: Select all
Damian = generatePerson(bggw_damian)
DamianA.setActorAlias(Damian)