Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

wait

From Quake Wiki

Revision as of 19:50, 29 August 2024 by 78.73.13.105 (talk) (Created page with "Used to insert a delay when parsing cfg files or when executing alias commands. Each instance of 'wait' adds 100ms of delay before moving on to the next command in the list....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Used to insert a delay when parsing cfg files or when executing alias commands. Each instance of 'wait' adds 100ms of delay before moving on to the next command in the list.

Example:

alias Test "impulse 2; wait; +attack; wait; -attack; impulse 1"