Difference between revisions of "AddOutput"
(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 07: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" }