# WaitCommand

A WaitCommand does simply that: waits a specified duration before ending. This command is useful for adding delay between actions.

//Duration in seconds
new WaitCommand(5);
//Duration in seconds
WaitCommand(5)