Name
wait — creates a pause between sending commands to the game, allowing the user string together several commands at once
Synopsis
wait <number 1-10>
Description
This command creates a pause of a specified time between commands sent to the game. It allows the player to create in-game aliases or use their client's command stacking ability to execute several actions that are not instantaneous, such as casting spells.
An example of an in-game alias utilizing this command:
alias spellup cast sanctuary$;wait 2$;cast fireshield
Using the spellup alias would then cast sanctuary, pause for 2 seconds, then cast fireshield.
Individual help files for each spell will list the number of seconds required to cast them.