ObjAction GoToNextObjective

From Tripwire Interactive Wiki
Revision as of 19:25, 6 November 2013 by Alex KF (talk | contribs) (Created page with "'''Description''' ---- This Action causes the game to activate the next objective in the LevelInfo's 'Story Objectives' list. '''Configurable Properties''' {| class="wikita...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description


This Action causes the game to activate the next objective in the LevelInfo's 'Story Objectives' list.

Configurable Properties

Variable Name Variable Type Description
Offset Int An offset to apply to the next objective that is selected in the list. i.e If your current objective was index 0, and you set an offset of '1' the next objective will be the one at index 2.
NextObjTag Name If you set a tag here, the next objective this action selects *Must* have a tag that matches. Probably won't be used that often , but could be useful in certain circumstances.

Back