ObjAction GoToNextObjective: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 1: Line 1:
'''Description'''
'''Description'''
----
----
This Action causes the game to activate the next objective in the LevelInfo's 'Story Objectives' list.  
This Action causes the game to activate the last active objective.  


'''Configurable Properties'''
'''Configurable Properties'''
Line 9: Line 9:
! Variable Type
! Variable Type
! Description
! 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.
|-
|-
|}
|}


[http://wiki.tripwireinteractive.com/index.php?title=Creating_Objectives Back]
[http://wiki.tripwireinteractive.com/index.php?title=Creating_Objectives Back]

Revision as of 15:54, 7 November 2013

Description


This Action causes the game to activate the last active objective.

Configurable Properties

Variable Name Variable Type Description

Back