You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
711 B
YAML
53 lines
711 B
YAML
# Example tfscript
|
|
# https://www.w3schools.io/file/yaml-arrays/
|
|
|
|
medic:
|
|
e:
|
|
impulse: "voicemenu 0 0"
|
|
condition: "ctrl"
|
|
foobar: "baz"
|
|
1:
|
|
toggle: "forward"
|
|
|
|
spy:
|
|
mouse2:
|
|
action: "sapperSpam"
|
|
condition: "mouse4"
|
|
default: "secondary fire"
|
|
|
|
pyro:
|
|
mouse1:
|
|
hold: pyrocombo
|
|
|
|
engi:
|
|
q:
|
|
impulse: con_pda
|
|
|
|
aliases:
|
|
sapperSpam:
|
|
repeat: sap
|
|
interval: 0.1
|
|
unit: "seconds"
|
|
|
|
pyrocombo:
|
|
hold: primary fire
|
|
press:
|
|
- "slot1"
|
|
- "+attack"
|
|
- "wait 32"
|
|
- "slot2"
|
|
release:
|
|
- "-attack"
|
|
- "slot1"
|
|
|
|
default:
|
|
w:
|
|
hold: forward
|
|
a:
|
|
hold: left
|
|
s:
|
|
hold: backward
|
|
d:
|
|
hold: right
|
|
mouse1:
|
|
hold: primary_fire |