|
makena Apprentice
Joined: 11 Aug 2006 Posts: 100
|
Posted: Mon Nov 06, 2006 8:55 am
[1.13] Compatiablity Report error incorrect |
The Compatibility report flags an alias i have called, earth, with this error:
Alias earth
Cannot have delimiters around alias name [Help] : #all {cast '
There is the script portion:
Code: |
#switch (%1=%null) {cast 'earthquake'}
(%1=all) {#all {cast 'earthquake'}}
(%1=m) {:Mike:cast 'earthquake'}
(%1=a) {:Alex:cast 'earthquake'}
(%1=b) {:BoBo:cast 'earthquake'} |
BTW: alias compiles, runs fine, works great! |
|
|
|
Guinn Wizard
Joined: 03 Mar 2001 Posts: 1127 Location: London
|
Posted: Mon Nov 06, 2006 9:30 am |
Just as an aside, did you know about the extra #SWITCH syntax introduced in 1.12?
Code: |
#switch %1
%null {cast 'earthquake'}
all {#all {cast 'earthquake'}}
m {:Mike:cast 'earthquake'}
a {:Alex:cast 'earthquake'}
b {:BoBo:cast 'earthquake'} |
http://forums.zuggsoft.com/phpbb/viewtopic.php?t=25135 |
|
_________________ CMUD Pro, Windows Vista x64
Core2 Q6600, 4GB RAM, GeForce 8800GT
Because you need it for text... ;) |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|