41 lines
674 B
INI
Executable File
41 lines
674 B
INI
Executable File
;; _
|
|
|
|
;; delay afk teleport
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "func_button"
|
|
"OnPressed" "tele_spawn_01,AddOutput,target ztele_a_to_b_dest,20,1"
|
|
"OnPressed" "tele_spawn_02,AddOutput,target ztele_a_to_b_dest,20,1"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPressed" "tele_spawn_01,AddOutput,target ztele_a_to_b_dest,20,1"
|
|
"OnPressed" "tele_spawn_02,AddOutput,target ztele_a_to_b_dest,20,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPressed" "tele_spawn_01,AddOutput,target ztele_a_to_b_dest,40,1"
|
|
"OnPressed" "tele_spawn_02,AddOutput,target ztele_a_to_b_dest,40,1"
|
|
}
|
|
}
|
|
|
|
;; fix buttons
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "/btn_holdoff2-[1-2]/"
|
|
"classname" "func_button"
|
|
}
|
|
replace:
|
|
{
|
|
"wait" "-1"
|
|
}
|
|
}
|
|
|
|
|