stripper-configs/maps/ze_taboo_carnation_v2.cfg

36 lines
440 B
INI
Raw Normal View History

2019-06-17 01:13:20 +02:00
add:
{
"origin" "-7112 528 8"
"targetname" "TheCurrentLevelPlugin"
"min" "1"
"max" "2"
"startvalue" "1"
"classname" "math_counter"
}
modify:
{
match:
{
"targetname" "ActIRelay"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,1,0,1"
}
}
modify:
{
match:
{
"targetname" "ActIIRelay"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,2,0,1"
}
}
2025-01-03 18:59:04 +01:00