30 lines
458 B
INI
30 lines
458 B
INI
;Platform stage 2 not controllable anymore by players
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "func_tanktrain"
|
|
"targetname" "func_tanktrain_stoni_v3_v1"
|
|
}
|
|
replace:
|
|
{
|
|
"spawnflags" "2"
|
|
}
|
|
}
|
|
|
|
|
|
;Prevent telehop using the water boost on stage 2
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "trigger_teleport"
|
|
"targetname" "trigger_teleport_stoni_afk_v4"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "!activator,AddOutput,absvelocity 0 0 0,0,-1"
|
|
}
|
|
} |