Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » CMUD Beta Forum
Endus
Newbie


Joined: 20 Oct 2006
Posts: 1
Location: Poland

PostPosted: 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.
Reply with quote
Zugg
MASTER


Joined: 25 Sep 2000
Posts: 23379
Location: Colorado, USA

PostPosted: 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.
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » CMUD Beta Forum All times are GMT
Page 1 of 1

 
Jump to:  
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

© 2009 Zugg Software. Hosted by Wolfpaw.net