the example of pasuing script alias doesn't work?

Posted by Fred on Wed 04 Jan 2006 11:58 AM — 3 posts, 13,647 views.

#0
i pasted the alias
<aliases>
<alias
match="test2"
enabled="y"
send_to="12"
sequence="100"
>
<send>

do local t = coroutine.create (function (t)

Note ("prepare heal")
wait (t, 1)

Note ("cast heal")
wait (t, 2)

Note ("eat bread")
wait (t, 3)

Note ("Done")

end) assert (coroutine.resume (t, t)) end

</send>
</alias>
</aliases>


and execuated "test2"
but i only saw "prepare heal"
the wait command doesn't work, why?
is there any special setting?
btw, i set the script language to lua and using exampscript.lua(modified date is 2005/11/22, i'm sure it's the original script)

i tried to resintall mushclinet many times, and the script is correct for sure.
#1
k... bug fixed..
i made a stupid mistake again,
I forgot the timer is diable
Australia Forum Administrator #2
What do you mean "diable"? These examples are supposed to work. Can you explain what went wrong, and how you fixed it?