stripper-configs/ze_puta.cfg

47 lines
591 B
INI
Raw Normal View History

2019-06-17 01:13:20 +02:00
add:
{
"origin" "-1224 -1264 -440"
"targetname" "TheCurrentLevelPlugin"
"min" "1"
"max" "3"
"startvalue" "1"
"classname" "math_counter"
}
modify:
{
match:
{
"targetname" "RelayEasy"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,1,0,1"
}
}
modify:
{
match:
{
"targetname" "RelayMid"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,2,0,1"
}
}
modify:
{
match:
{
"targetname" "RelayHard"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,3,0,1"
}
}