stripper-configs/ze_prototype_v2.cfg

59 lines
764 B
INI
Raw Normal View History

2019-06-17 01:13:20 +02:00
add:
{
"origin" "-356 752 8"
"targetname" "TheCurrentLevelPlugin"
"min" "1"
"max" "4"
"startvalue" "1"
"classname" "math_counter"
}
modify:
{
match:
{
"targetname" "relay_easy_start"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,1,0,1"
}
}
modify:
{
match:
{
"targetname" "relay_hard_start"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,2,0,1"
}
}
modify:
{
match:
{
"targetname" "relay_extreme_start"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,3,0,1"
}
}
modify:
{
match:
{
"targetname" "relay_zm_start"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,4,0,1"
}
}