Author |
Message |
Topic: why it doesn't work |
ulmus
Replies: 9
Views: 6049
|
Forum: zMUD General Discussion Posted: Thu Apr 15, 2004 3:09 pm Subject: why it doesn't work |
But i tested this on clear setting and than it works!
So I have something corrupt, hyh, but what? |
Topic: why it doesn't work |
ulmus
Replies: 9
Views: 6049
|
Forum: zMUD General Discussion Posted: Thu Apr 15, 2004 2:56 pm Subject: why it doesn't work |
quote:Originally posted by nexela
Is it possible your special chars got changed view-prefs-special chars
Issue this before you run the script to set them to default
#DEF
and to go back to what ... |
Topic: why it doesn't work |
ulmus
Replies: 9
Views: 6049
|
Forum: zMUD General Discussion Posted: Thu Apr 15, 2004 9:10 am Subject: why it doesn't work |
I got something else:
VAR tempvar "one cat and four dogs";#fo "one|two|three|four" {tempvar=%i;#show @tempvar}
It always shows "one cat and four dogs"!
But if I make this in the end: #sh @tempvar - ... |
Topic: why it doesn't work |
ulmus
Replies: 9
Views: 6049
|
Forum: zMUD General Discussion Posted: Thu Apr 15, 2004 8:16 am Subject: why it doesn't work |
I'm going mad.
I STILL SEE "one cat and four dogs"
I didn't make any changes in this order..... wrrrrrrrrrrrrr |
Topic: why it doesn't work |
ulmus
Replies: 9
Views: 6049
|
Forum: zMUD General Discussion Posted: Thu Apr 15, 2004 7:55 am Subject: why it doesn't work |
I did this:
#va tempvar "one cat and four dogs";#va tempnumbers "1|2|3|4|5"; #FO "one|two|three|four|five " {tempvar=%replace( @tempvar, %i, %item(@tempnumbers;%ismember( %i, "one|two|three|four|five ... |
Topic: why it doesn't work |
ulmus
Replies: 9
Views: 6049
|
Forum: zMUD General Discussion Posted: Thu Apr 15, 2004 7:27 am Subject: why it doesn't work |
#FO "one |two |three |four |five " {tempvar=%replace( "one cat and four dogs", %i, %item("1 |2 |3 |4 |5 ", %ismember( %i, "one |two |three |four |five ")))};#sh @tempvar
I'd like to see "1 cat and ... |
Topic: problem with (*) and %1 |
ulmus
Replies: 1
Views: 1980
|
Forum: zMUD General Discussion Posted: Mon Mar 29, 2004 10:01 am Subject: problem with (*) and %1 |
I have a trigger
#trigger {Exits: (*)} {#sub %ansi(bold,magenta)==>" "%1}
Why doesn't it work? |
Topic: problem with #FORALL |
ulmus
Replies: 2
Views: 2410
|
Forum: zMUD General Discussion Posted: Sat Mar 20, 2004 10:41 pm Subject: problem with #FORALL |
I have Zmud 7.04
The problem is:
#VAR lista {n|s|w|e}
#FORALL {n|nw|se|e} {#SHOW %ismember(%i,@lista)}
The result will be:
1
0
0
4
but I see
0
0
0
0
Why?
|
Topic: %repeatnum |
ulmus
Replies: 2
Views: 2474
|
Forum: zMUD General Discussion Posted: Wed Mar 10, 2004 8:51 am Subject: %repeatnum |
I have old script, with %repeatnum.
Is it used still? If not what can I do? |
Topic: Problem with Mapper |
ulmus
Replies: 1
Views: 1872
|
Forum: zMUD General Discussion Posted: Thu Oct 10, 2002 3:56 pm Subject: Problem with Mapper |
I have small problem with mapper.
I had a Zmud 6.16 and now I have 6.34.
I converted map files with zsconvert.exe and now when always Zmud sents to Mud command All.
It looks like this:
"nw
A ... |
|