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

72 lines
876 B
INI

add:
{
"origin" "11459 1531 -3384"
"targetname" "TheCurrentLevelPlugin"
"min" "1"
"max" "5"
"startvalue" "1"
"classname" "math_counter"
}
modify:
{
match:
{
"targetname" "round1"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,1,0,1"
}
}
modify:
{
match:
{
"targetname" "round2"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,2,0,1"
}
}
modify:
{
match:
{
"targetname" "round3"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,3,0,1"
}
}
modify:
{
match:
{
"targetname" "round4"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,4,0,1"
}
}
modify:
{
match:
{
"targetname" "round5"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,5,0,1"
}
}