Author |
Message |
Topic: Triggers not working. |
Qyrios
Replies: 12
Views: 13354
|
Forum: zMUD General Discussion Posted: Wed May 06, 2009 1:48 pm Subject: Triggers not working. |
I have now tried the following, it looks like this:
http://f.imagehost.org/0891/screen_8.png
#CLASS {test}
#VAR testvar {0} {0}
#TRIGGER {Forestwalker Qyrios & ... |
Topic: Triggers not working. |
Qyrios
Replies: 12
Views: 13354
|
Forum: zMUD General Discussion Posted: Tue May 05, 2009 3:28 pm Subject: Triggers not working. |
Since I have tried quite some things, but still can't get it to work I have decided to start with something simple:
#CLASS {test}
#VAR testvar {0} {0}
#TRIGGER { ... |
Topic: Triggers not working. |
Qyrios
Replies: 12
Views: 13354
|
Forum: zMUD General Discussion Posted: Fri May 01, 2009 4:50 pm Subject: Triggers not working. |
It works a bit better now. When I type QSC it will read 'r' into level, and it will output Variable: percent.
Like so:
Forestwalker Qyrios (male Satyr)
You are level 12 (Good) a ... |
Topic: Triggers not working. |
Qyrios
Replies: 12
Views: 13354
|
Forum: zMUD General Discussion Posted: Fri May 01, 2009 9:53 am Subject: Triggers not working. |
I tried that, it doesn't give parsing errors, but it doesn't seem to work either. What could I try next? |
Topic: Triggers not working. |
Qyrios
Replies: 12
Views: 13354
|
Forum: zMUD General Discussion Posted: Thu Apr 30, 2009 7:57 pm Subject: Triggers not working. |
I changed it to:
#COND {You are level (%d) ~(*~) and (%d)~% of the way to the next level.} {
#VAR level %1
#VAR percent %2
} {within|param ... |
Topic: Triggers not working. |
Qyrios
Replies: 12
Views: 13354
|
Forum: zMUD General Discussion Posted: Thu Apr 30, 2009 7:11 pm Subject: Triggers not working. |
What is wrong with that? |
Topic: Triggers not working. |
Qyrios
Replies: 12
Views: 13354
|
Forum: zMUD General Discussion Posted: Thu Apr 30, 2009 6:12 pm Subject: Triggers not working. |
Hello,
I'm using the following script:
#TRIGGER {*Qyrios*~(*(%w)~)}
#COND {You are level (%d) ~(*~) and (%d)~% of the way to the next leve ... |
Topic: zMud speedwalking. |
Qyrios
Replies: 1
Views: 4018
|
Forum: zMUD General Discussion Posted: Thu Apr 23, 2009 2:27 pm Subject: zMud speedwalking. |
Hello,
I believe I am confused. When I click the 'paths' button on the toolbar I see this:
http://img54.imageshack.us/img54/9660/speedwalk.png[/img]
However when I read http://www.zuggsoft.com/ ... |
Topic: Sending tells to a seperate window. |
Qyrios
Replies: 9
Views: 15696
|
Forum: zMUD General Discussion Posted: Sat Apr 04, 2009 8:03 pm Subject: Sending tells to a seperate window. |
Could you please explain a bit clearer what I have to enter in the trigger window? I'm not very familiar with this. |
Topic: Sending tells to a seperate window. |
Qyrios
Replies: 9
Views: 15696
|
Forum: zMUD General Discussion Posted: Sat Apr 04, 2009 6:42 pm Subject: Sending tells to a seperate window. |
How would I create a script that would use #C+ and #C- to start and stop capturing? Should I just create a seperate trigger to stop reading it, or is there a more efficient way? |
Topic: Sending tells to a seperate window. |
Qyrios
Replies: 9
Views: 15696
|
Forum: zMUD General Discussion Posted: Sat Apr 04, 2009 5:28 pm Subject: Sending tells to a seperate window. |
Hello,
I'd like to be able to send tells to a seperate window. I've been searching the internet, and the forum on how to do this, but I can't seem to
figure it out completely.
What I've got are ... |
|