 |
Endus Newbie
Joined: 20 Oct 2006 Posts: 1 Location: Poland
|
Posted: Fri Oct 20, 2006 5:24 pm
error in %mss Cmud 1.10??? |
Sorry, my english is not very well, but i try explain my problem. I have big script (for me is big), many variables, some aliases and triggers. In aliases I used function like
Code: |
#SCRIPT {function pow(x,y):pow=x^y:end function}
expsile=%format(2,%norm((%norm(%mss(pow(@sile,3.6)/10+1))*10)/%norm(%item(%db(@rasacd,@rasanazwa),3))))
#SH %norm((%norm(%mss(pow(@sile,3.6)/10+1))*10)/%norm(%item(%db(@rasacd,@rasanazwa),3)))
...... |
if i try use this script i have error
script language 3.6/10+1 not supported.
If i try example of %mss
Code: |
Example:
#SCRIPT {function test(x,y):test=x+y:end function}
#SHOW %mss(test(1,2))
Displays 3 |
if i try use this script i have error
script language 2) not supported.
but if i change
#SHOW %mss(test(1,2))
#SHOW %mss(@expresion)
and make variable
#VAR expresion {test(1,2)}
cmud execute this script correctly.
I think that are some errors in %mss. Always after comma %mss needs script language so "2" in example interprets as language name.
I try this function in zmud and it works. |
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Oct 20, 2006 7:08 pm |
This is mentioned in the Known Issues in the Status of New Features sticky topic. Please read the sticky topics in this forum before posting. The %mss and other commands and functions for supporting alternate scripting languages are not implemented in CMUD correctly yet. This will be done within the next few weeks.
|
|
|
 |
|
|
|
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
|
|