stripper-configs/ze_grau_s2.cfg
2019-06-17 01:13:20 +02:00

47 lines
629 B
INI

add:
{
"origin" "200 500 -2044"
"targetname" "TheCurrentLevelPlugin"
"min" "1"
"max" "4"
"startvalue" "1"
"classname" "math_counter"
}
modify:
{
match:
{
"targetname" "trigger_l2_physbox"
"classname" "trigger_once"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,2,0,1"
}
}
modify:
{
match:
{
"targetname" "trigger_l3_physbox"
"classname" "trigger_once"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,3,0,1"
}
}
modify:
{
match:
{
"targetname" "trigger_rtv_physbox"
"classname" "trigger_once"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,4,0,1"
}
}