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

95 lines
1.2 KiB
INI

add:
{
"origin" "-4438 -6314 -4768"
"targetname" "TheCurrentLevelPlugin"
"min" "0"
"max" "7"
"startvalue" "0"
"classname" "math_counter"
}
modify:
{
match:
{
"targetname" "Warmup_Start"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,1,0,1"
}
}
modify:
{
match:
{
"targetname" "Level_1_Start"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,2,0,1"
}
}
modify:
{
match:
{
"targetname" "Level_2_Start"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,3,0,1"
}
}
modify:
{
match:
{
"targetname" "Level_3_Start"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,4,0,1"
}
}
modify:
{
match:
{
"targetname" "Level_4_Start"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,5,0,1"
}
}
modify:
{
match:
{
"targetname" "Level_5_Start"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,6,0,1"
}
}
modify:
{
match:
{
"targetname" "Map_Beaten_Start"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,7,0,1"
}
}