Have a wait function
Would be great if MudRammer could have a wait function (i.e. wait(seconds)). This would work when you have to wait when running x number of rooms before your stamina returns, or, wait until a spell has been finish casting before another spell can be started since the MUD does not allow you stack spells and introduced a delay before casting one spell and another.
This function could be used in triggers, alias, and timers. For example, alias home w;w;w;w;w;wait(4);w;w;n;d. Or, alias spells firewall;wait(15);frostwall;wait(15).
Aside, thank you for a great client. Use it all the time on the iPhone.

-
Steve commented
I totally want this too. It has great effect for triggers and to space alias strings. Any chance of this happening? This needs an update of some sort anyways to stay current and this addition would take no time at all. With that, could there be a list of commands that are supported somewhere. Like the client overall
-
dlwillison commented
Is this function built in?