|
Ryuichi Beginner
Joined: 26 Oct 2004 Posts: 19
|
Posted: Tue Feb 01, 2005 11:29 pm
Bug in syntax editor |
Just a quickie. Whenever using
#timer 1 {#echo Resume} to do some stuff, the syntax editor says it's a syntax editor. It is not.
So whenever you get a chance, do your thing. Confused me rather badly.
-Ryuichi |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Feb 02, 2005 6:15 pm |
This is similar to many other 'errors' the syntax editor reports. There's nothing wrong with the syntax but it's not what the editor expects. If you rely on the syntax editor to do your syntax checking, then you'll just have to change your syntax to agree with the editor. In this case, the syntax editor expects a string, not a command, so use double-quotes rather than braces.
Code: |
#TIMER 1 "#ECHO Resume" |
Updating zMUD isn't a priority for Zugg at the moment, so it's not likely this 'bug' will be fixed anytime soon. |
|
_________________ LightBulb
Senior member
Most scripts in this forum are written for Command Line entry.
Don't even open the Settings Editor unless its use is specified or obvious. |
|
|
|
|
|