ObjCondition Counter: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
*'''CountType''' - ''Allows you to specify what type of thing you'd like to count.  'Default' simply records the number of times the counter is triggered where Cash records the total cash held by all players, etc.''  
*'''CountType''' - ''Allows you to specify what type of thing you'd like to count.  'Default' simply records the number of times the counter is triggered where Cash records the total cash held by all players, etc.''  
*'''NumToCount''' - ''Allows you to specify a ZoneInfo to use for encompass checks. The 'AreaZonename' should match the 'LocationName string in the Zone's properties''
*'''NumToCount''' - ''Allows you to specify a ZoneInfo to use for encompass checks. The 'AreaZonename' should match the 'LocationName string in the Zone's properties''
[http://wiki.tripwireinteractive.com/index.php?title=Creating_Objectives Back]

Revision as of 20:12, 5 November 2013

Description


Counter conditions are used to record triggered events that occur more than once.


Configurable Properties


  • CountType - Allows you to specify what type of thing you'd like to count. 'Default' simply records the number of times the counter is triggered where Cash records the total cash held by all players, etc.
  • NumToCount - Allows you to specify a ZoneInfo to use for encompass checks. The 'AreaZonename' should match the 'LocationName string in the Zone's properties

Back