| Author |
Message |
Topic: Problem with mapper |
MaQ
Replies: 0
Views: 1407
|
Forum: zMUD General Discussion Posted: Mon May 09, 2005 12:40 pm Subject: Problem with mapper |
I am having a problem capturing the room desc. I have made the following trigger to capture the room name:
#trigger (^(*)(%s){W| } -{U|-}-*-{D|-}- {E| }) {#tag name %1}
It works great for captu ... |
Topic: Help with some If statements |
MaQ
Replies: 7
Views: 4350
|
Forum: zMUD General Discussion Posted: Mon Oct 11, 2004 12:40 pm Subject: Help with some If statements |
| Thank you for your comments, yes i read the help on #pos and thats what keyed me in on what I was doing wrong. The only reason i didnt show my actual HPbar is becaue it long and my prompt is kinda co ... |
Topic: Help with some If statements |
MaQ
Replies: 7
Views: 4350
|
Forum: zMUD General Discussion Posted: Mon Oct 11, 2004 12:23 pm Subject: Help with some If statements |
| Well after doing some research i figured out what you were trying to teach me. I got it working and your way of doing it was much easier and i learned, thanks alot |
Topic: Help with some If statements |
MaQ
Replies: 7
Views: 4350
|
Forum: zMUD General Discussion Posted: Mon Oct 11, 2004 12:05 pm Subject: Help with some If statements |
I tried using this but it only takes the first value
#IF (%pos( "A", %1, %2, %3, %4, %5)) {var1=1} {var1=2} |
Topic: Help with some If statements |
MaQ
Replies: 7
Views: 4350
|
Forum: zMUD General Discussion Posted: Mon Oct 11, 2004 11:55 am Subject: Help with some If statements |
LOL i just realized that my post wont work,
#IF(%pos("A",%1) {var1=1} {var1=2}
#IF(%pos("A",%2) {var1=1} {var1=2}
#IF(%pos("A",%3) {var1=1} {var1=2}
#IF(%pos("A",%4) {var1=1} {var1=2}
#IF(% ... |
Topic: Help with some If statements |
MaQ
Replies: 7
Views: 4350
|
Forum: zMUD General Discussion Posted: Mon Oct 11, 2004 11:25 am Subject: Help with some If statements |
Ok, thanks for the quick response.
I changed the (?)(?) to (??)like you said but then when i tested, it responded with
%1 xx
where i need them to be seperate so i use (?)(?) so i get
%1 x
%2 x ... |
Topic: Help with some If statements |
MaQ
Replies: 7
Views: 4350
|
Forum: zMUD General Discussion Posted: Mon Oct 11, 2004 10:22 am Subject: Help with some If statements |
Just wanted some help with a problem, or some better ideas...
I want to pull a string of letters from my hp bar individually.
ABCDE for example. I am doing this buy using the (?) like so,
(?) ... |
| |