[Command] setActorAlias

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post by Raddeck »

AliasName.setActorAlias(Actor)


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)
Last edited by Raddeck on Wed Jun 15, 2022 6:05 pm, edited 1 time in total.
Reason: Added 1 example
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply