Hello.
I'm a total newbie to scripts, but I tried to make one of my own.
The script file is as follows:
--
Sub test
world.DoAfter 10, "echome 'Aye"
end sub
--
Am I correct in assuming that this will send the command "echome 'Aye" to the mud in 10 seconds? I have scripting enabled, and the script file selected - do I need to do anything else?
I have also tried running "§world.DoAfter 10, "echome 'Aye"" (§ being my prefix) but this havn't worked either.
What happens is that I enter the command, or run my script §test - and I get no output whatsoever, and no command sent to the mud after 10 seconds.
What have I done wrong here?
Sincerely,
\Ploppaz
I'm a total newbie to scripts, but I tried to make one of my own.
The script file is as follows:
--
Sub test
world.DoAfter 10, "echome 'Aye"
end sub
--
Am I correct in assuming that this will send the command "echome 'Aye" to the mud in 10 seconds? I have scripting enabled, and the script file selected - do I need to do anything else?
I have also tried running "§world.DoAfter 10, "echome 'Aye"" (§ being my prefix) but this havn't worked either.
What happens is that I enter the command, or run my script §test - and I get no output whatsoever, and no command sent to the mud after 10 seconds.
What have I done wrong here?
Sincerely,
\Ploppaz