<timer script="TimeCheck" enabled="y" hour="20" minute="25" at_time="y" >
<send></send>
</timer>
and
sub TimeCheck (sName, sLine, strwildcards)
world.send "wait"
world.send "time"
end sub
Just really ignore the point of the script, I have a higher cause somewhere else :D The problem is that when the timer executes, I get a Vbasic error saying I have the wrong number of arguments in TimeCheck. Below is my retyping of the error as I read it:
Mushclient
Wrong number of arguments for script subroutine "TimeCheck" when processing timer ""
We expected your subroutine to have 1 argument.
How can I get rid of this?
<send></send>
</timer>
and
sub TimeCheck (sName, sLine, strwildcards)
world.send "wait"
world.send "time"
end sub
Just really ignore the point of the script, I have a higher cause somewhere else :D The problem is that when the timer executes, I get a Vbasic error saying I have the wrong number of arguments in TimeCheck. Below is my retyping of the error as I read it:
Mushclient
Wrong number of arguments for script subroutine "TimeCheck" when processing timer ""
We expected your subroutine to have 1 argument.
How can I get rid of this?