Author |
Message |
Topic: from jmc to zmud |
brood
Replies: 7
Views: 3315
|
Forum: zMUD General Discussion Posted: Thu Aug 17, 2006 7:33 am Subject: from jmc to zmud |
Thanks, Vijilante, this that that is necessary.
I a little modified because IAC problem (double russian word ß this is symbol with cod 255)
#alias {tl} {
#VAR what {%concat( "&z", %copy( "%- ... |
Topic: from jmc to zmud |
brood
Replies: 7
Views: 3315
|
Forum: zMUD General Discussion Posted: Wed Aug 16, 2006 12:54 pm Subject: from jmc to zmud |
the problem partially resolved by this
#alias {ot} {
#MATH temp1 (%len( " "))
#MATH temp2 (@temp1)+1
#MATH temp3 (@temp2)+1
#var what %concat( "&z", %copy( %0, @temp1, 1), "&G", %copy( ... |
Topic: from jmc to zmud |
brood
Replies: 7
Views: 3315
|
Forum: zMUD General Discussion Posted: Wed Aug 09, 2006 6:59 am Subject: from jmc to zmud |
I want colored chat
For example,
--------------------------------------------
#VAR out ""
#VAR Scheme "Gggz" // Change this string for your different colors
#VAR ESC "&" // escape charecte ... |
Topic: from jmc to zmud |
brood
Replies: 7
Views: 3315
|
Forum: zMUD General Discussion Posted: Tue Aug 08, 2006 6:40 am Subject: from jmc to zmud |
i need rewrite with jmc script in zmud
function tel(who,what)
{
var i = what.indexOf(who)
var out = what.substring(i+who.length, what.length)
jmc.send("tell" + who + " &W†&RIlm& ... |
|