AddOutput: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
|  (Created page with '{{wrongtitle|title=AddOutput}} ==Sample== This is a basic sample to show how to use the '''AddOutput''' input.  <pre> { "classname" "tf_logic_auto" . . . "OnMapSpawn" "team_round…') |  (→Sample) | ||
| Line 3: | Line 3: | ||
| This is a basic sample to show how to use the '''AddOutput''' input. | This is a basic sample to show how to use the '''AddOutput''' input. | ||
|  { | |||
| { |  "classname" "tf_logic_auto" | ||
| "classname" "tf_logic_auto" |  . | ||
| . |  . | ||
| . |  . | ||
| . |  "OnMapSpawn" "team_round_timer_red,AddOutput,OnFinished game_round_win:RoundWin::0:-1,0,-1" | ||
| "OnMapSpawn" "team_round_timer_red,AddOutput,OnFinished game_round_win:RoundWin::0:-1,0,-1" |  } | ||
| } | |||
Revision as of 08:25, 16 December 2009
Sample
This is a basic sample to show how to use the AddOutput input.
{
"classname" "tf_logic_auto"
.
.
.
"OnMapSpawn" "team_round_timer_red,AddOutput,OnFinished game_round_win:RoundWin::0:-1,0,-1"
}