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

Difference between revisions of "wait"

From Quake Wiki

(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....")
 
(No difference)

Latest revision as of 19:50, 29 August 2024

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"