f7207ebf09
Also batch converted /r/n to /n
31 lines
555 B
INI
31 lines
555 B
INI
;--------------------------------------------------------
|
|
;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"
|
|
}
|
|
}
|