|
Chandler Mike Beginner
Joined: 08 Feb 2005 Posts: 18
|
Posted: Thu Nov 02, 2006 9:09 pm
Some zMud to CMud problems |
I have some aliases that aren't working right. They look right, but when you go to the Compile area, its' weird
name: linpel
script: do 2s,8e,4n,11e
But if I got to the Compile area:
0000 LINE 0 ; do 2s,8e,4n,11e
0012 STR '2s,8e,4n,'
0032 FLOAT 11
0044 CONCAT
0048 ALIAS do (1) <?> (class towers
The STR part doesn't have the 11e.
And do in my alias, it just skips those dirs.
ANy clue here? I'm baffled? |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Thu Nov 02, 2006 10:56 pm |
No, you're not baffled. That looks like a parsing bug. If you not already done so, send feedback to Zugg from within CMUD so it can be added to the bug list database.
|
|
_________________ Asati di tempari! |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Nov 03, 2006 12:34 am |
It's because it thinks that 11e is an exponential floating point syntax. It's been added to the bug list, thanks for the report.
|
|
|
|
Chandler Mike Beginner
Joined: 08 Feb 2005 Posts: 18
|
Posted: Fri Nov 03, 2006 1:54 am |
Zugg wrote: |
It's because it thinks that 11e is an exponential floating point syntax. It's been added to the bug list, thanks for the report. |
It's seemed like 10e was doing it as well...not exactly sure. |
|
|
|
Arminas Wizard
Joined: 11 Jul 2002 Posts: 1265 Location: USA
|
Posted: Fri Nov 03, 2006 2:26 am |
That would be, Any integer before an e. so 1e, 2e, 3e, 30000e ect.
|
|
_________________ Arminas, The Invisible horseman
Windows 7 Pro 32 bit
AMD 64 X2 2.51 Dual Core, 2 GB of Ram |
|
|
|
|
|