jackwest Novice
Joined: 01 Jan 2009 Posts: 35
|
Posted: Mon Feb 23, 2009 11:21 pm
cmud squelching movement commands? |
occasionally when i type n s e w nothing is sent to the mud.
even more occasionally, when i type north, south, east, west, nothing is sent to the mud
it happens when i type into the command line, but it is more noticeable, and more repetitive, when it occurs in an alias.
for example, i have an alias, regen.
Code: |
#if (@sleepbit = no) {recall;down;west;sleep;#alarm {+60} {regen}} {#alarm {+30} {regen}}
|
so the last half a dozen times i typed regen, the following list of commands is sent to the mud all in a rush
recall
down
sleep
i then reset cmud, typed regen again, and the following list of commands was sent to the mud
recall
down
west
sleep
thoughts?
jack |
|