stripper-configs/ze_siberia_1990_v1_2c.cfg

31 lines
555 B
INI
Raw Normal View History

;--------------------------------------------------------
;FIX ZOMBIES USING ZTELE TO COME BACK TO SPAWN AT THE END
;--------------------------------------------------------
modify:
{
match:
{
"classname" "trigger_once"
"targetname" "hold9Trigger"
}
insert:
{
"OnStartTouch" "ServerCommand,Command,zr_ztele_zombie 0,45,1"
}
}
modify:
{
match:
{
"classname" "logic_case"
"targetname" "LevelOutput"
}
insert:
{
"OnCase01" "ServerCommand,Command,zr_ztele_zombie 1,0,1"
"OnCase02" "ServerCommand,Command,zr_ztele_zombie 1,0,1"
}
}