|
GeneralStonewall Magician
Joined: 02 Feb 2004 Posts: 364 Location: USA
|
Posted: Thu Jun 03, 2010 2:34 am
[3.18b] BUG: Illegal token |
Sorry for the vague description, but I wasn't sure what to call this one.
If you use a period at the end of a word in a script, outside of a command, it will produce an illegal token error.
Quote: |
Error compiling script:
illegal token: . |
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Jun 03, 2010 5:25 pm |
Is "say" an alias? I just typed:
in a blank session and it worked fine here. |
|
|
|
GeneralStonewall Magician
Joined: 02 Feb 2004 Posts: 364 Location: USA
|
Posted: Thu Jun 03, 2010 5:31 pm |
No, it's not. It's located in an alias, though.
Code: |
<alias name="test" id="1">
<value>say I like cheese.</value>
</alias> |
Works fine on the command line, but not in a script. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Jun 03, 2010 7:35 pm |
Ahh, ok, I see what you mean. Yep, that was related to another bug that I just fixed, so should be fixed in the next update. Which should be later today if I can track down the memory leak.
|
|
|
|
|
|