This isn't posted in the Bug Report forum because I'm not entirely sure it's a bug. However, when I change the scripting prefix to something else, I find I no longer can call scripts from Accelerator. For example, my script prefix is "\" .
Instead of executing the script, the function is sent, minus the prefix, to the World rather than to Script. E.g. in the preceding example, "TestPlayOn()" is sent to the MUD. Any ideas what I'm doing wrong here?
function TestPlayOff()
Accelerator ("A", "say Off.")
Accelerator ("O", "\TestPlayOn()")
endInstead of executing the script, the function is sent, minus the prefix, to the World rather than to Script. E.g. in the preceding example, "TestPlayOn()" is sent to the MUD. Any ideas what I'm doing wrong here?