how to use alias in a time?

Posted by Lucas828 on Fri 05 Jun 2009 01:08 AM — 2 posts, 11,693 views.

#0
ctrl+shift+0

send to what?
if choose to send to execute. the alias does not expand.
Australia Forum Administrator #1
Yes it does. My test below worked:


<timers>
  <timer enabled="y" second="5.00" send_to="10"
>
  <send>test</send>

  </timer>
</timers>

<aliases>
  <alias
   match="test"
   enabled="y"
   sequence="100"
  >
  <send>say hi there</send>
  </alias>
</aliases>


When the timer fired it sent "test" to Execute. That sent "say hi there" to the MUD.

Can you show your alias and timer please? See http://mushclient.com/copying