|
icedsun Novice
Joined: 20 Jan 2006 Posts: 45 Location: Minnesota
|
Posted: Wed Apr 12, 2006 3:20 am
%mss() and Syntax Checking |
Whenever I have an alias or trigger that uses %mss() in it, the script syntax checking shows it as a syntax error. For instance, if my alias is this:
Code: |
#VAR a %mss(add(@b,@c)) |
Then the syntax error window shows down at the bottom saying that something's not correct. What can I do to fix this? |
|
_________________ "Build a man a fire and he's warm for a night. Light a man on fire and he's warm for the rest of his life." --My Mom |
|
|
|
Taz GURU
Joined: 28 Sep 2000 Posts: 1395 Location: United Kingdom
|
Posted: Wed Apr 12, 2006 9:12 am |
Nothing probably. Does it matter if you know it's right?
|
|
_________________ Taz :) |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Apr 12, 2006 10:05 am |
#VAR a %mss(%concat("add(",@b,",",@c,")"))
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
edb6377 Magician
Joined: 29 Nov 2005 Posts: 482
|
Posted: Fri Apr 14, 2006 3:41 am |
whats functional isnt always whats right :P
|
|
_________________ Confucious say "Bugs in Programs need Hammer" |
|
|
|
|
|