ObjCondition Timed: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
(Created page with "'''Description''' ---- Timed conditions simply count down for a specified amount of time and are marked complete when they reach 0. If you were thinking of using this conditi...")
 
(No difference)

Latest revision as of 16:06, 6 November 2013

Description


Timed conditions simply count down for a specified amount of time and are marked complete when they reach 0. If you were thinking of using this condition to create a 'Trader Time' objective use 'ObjCondition_TraderTime' instead.

Configurable Properties

Variable Name Variable Type Description
Duration Float The amount of time (in seconds) to count for.

Back