Page 1 of 1

[Command] addObjective

Posted: Wed Nov 03, 2021 9:11 pm
by Raddeck
BuildingAlias.addObjective(Lpactionfilename)


USE:
Used for quest.
Add objective to a building alias, objective is simply a lpaction file with SCENE_ALWAYS


TYPE: Command, Non-Ref
RETURNS: /
THEME: Quest
COMPARE: removeObjective


EXAMPLE:

Code: Select all

"Shooting begins soon. They promised to send me the script later today."
"I can't wait ..."
bggw_stage.setGlobal(1)
AshleyH.generateBuildingAlias(home)
AshleyH.addObjective(bggw_film)