Author |
Message |
Topic: #WAIT Question |
XoVoX
Replies: 2
Views: 3987
|
Forum: CMUD General Discussion Posted: Wed Oct 27, 2010 7:48 pm Subject: #WAIT Question |
Thanks Zugg! |
Topic: #WAIT Question |
XoVoX
Replies: 2
Views: 3987
|
Forum: CMUD General Discussion Posted: Wed Oct 27, 2010 5:44 pm Subject: #WAIT Question |
In zMUD I was able to use just #WAIT and it would wait for the next buffer from the MUD before continuing the operation but now it seems I have to enter an amount of milliseconds, is that true?
Th ... |
Topic: triggers still fire twice when one trigger displayed matching text for another |
XoVoX
Replies: 3
Views: 6553
|
Forum: zMUD General Discussion Posted: Tue Oct 26, 2010 2:39 pm Subject: triggers still fire twice when one trigger displayed matching text for another |
I also recommend CMUD, I still use my liscense of ZMUD but I've found it so much easier to use CMUD... and I purchased ZMUD back in 2005 with no regrets. |
Topic: Simple Trigger Help Wanted |
XoVoX
Replies: 18
Views: 14980
|
Forum: CMUD General Discussion Posted: Sat Oct 23, 2010 2:30 am Subject: Simple Trigger Help Wanted |
OK, typing the alts and allowed in the command line seemed to fix this... so let me ask you this. What is the easiest way for me to add/remove names from these lists without opening my variables and ... |
Topic: Simple Trigger Help Wanted |
XoVoX
Replies: 18
Views: 14980
|
Forum: CMUD General Discussion Posted: Sat Oct 23, 2010 1:43 am Subject: Simple Trigger Help Wanted |
Like this?
#VAR foodRequestor %1
#SWITCH (@foodRequestor==@alts) {cast 'create food';cast 'create food';give all.mu @foodRequestor }
(@foodRequestor==@allowed) & ... |
Topic: Simple Trigger Help Wanted |
XoVoX
Replies: 18
Views: 14980
|
Forum: CMUD General Discussion Posted: Sat Oct 23, 2010 12:31 am Subject: Simple Trigger Help Wanted |
There aren't any errors but I still can't get past the verification, it denies my alt :( |
Topic: Simple Trigger Help Wanted |
XoVoX
Replies: 18
Views: 14980
|
Forum: CMUD General Discussion Posted: Fri Oct 22, 2010 8:51 pm Subject: Simple Trigger Help Wanted |
^(%w) pokes you in the ribs.
Does it have something to do with the way it stores variables? Possibly extra spaces in the word it grabs? Is there a "trim" function if thats the case?
Th ... |
Topic: Simple Trigger Help Wanted |
XoVoX
Replies: 18
Views: 14980
|
Forum: CMUD General Discussion Posted: Fri Oct 22, 2010 8:35 pm Subject: Simple Trigger Help Wanted |
Nope, maybe it wasn't a revelation...
#VAR foodRequestor %1
#IF (%ismember(@foodRequestor, @alts) || %ismember(@foodRequestor, @allowed)){
cast 'create food';cast ' ... |
Topic: Simple Trigger Help Wanted |
XoVoX
Replies: 18
Views: 14980
|
Forum: CMUD General Discussion Posted: Fri Oct 22, 2010 8:30 pm Subject: Simple Trigger Help Wanted |
Have you ever had a DOH! moment? I think I just did... *goes to check* |
Topic: Simple Trigger Help Wanted |
XoVoX
Replies: 18
Views: 14980
|
Forum: CMUD General Discussion Posted: Fri Oct 22, 2010 8:27 pm Subject: Simple Trigger Help Wanted |
Hmm then why doesnt this work: (I've edited it to suit other commands)
#VAR foodRequestor %1
#IF (%ismember(@foodRequestor, @alts) || (%ismember(@foodRequestor, @allowed)) ... |
Topic: Simple Trigger Help Wanted |
XoVoX
Replies: 18
Views: 14980
|
Forum: CMUD General Discussion Posted: Fri Oct 22, 2010 7:31 pm Subject: Simple Trigger Help Wanted |
Can I make this differentiate between denied and people not on a list? For instance I obviously want it to deny people on the denied list, but if they are no on list it still fires the command.
Al ... |
Topic: Simple Trigger Help Wanted |
XoVoX
Replies: 18
Views: 14980
|
Forum: CMUD General Discussion Posted: Fri Oct 22, 2010 1:03 pm Subject: Simple Trigger Help Wanted |
Thanks for the help, can I get a link to more information about %ismember?
EDIT:
Nevermind, I saw when I went to type it in that it tells me exactly how it works. |
Topic: Simple Trigger Help Wanted |
XoVoX
Replies: 18
Views: 14980
|
Forum: CMUD General Discussion Posted: Fri Oct 22, 2010 2:18 am Subject: Simple Trigger Help Wanted |
Hello Everyone!
I have a trigger:
^(%w) says, 'report'
I'd like it to evaluate the person asking for the report and decide whether or not they are able to access the information.
So it ... |
Topic: system clock/license |
XoVoX
Replies: 5
Views: 5485
|
Forum: zMUD General Discussion Posted: Sun Sep 03, 2006 10:22 pm Subject: system clock/license |
I've submitted this same issue to the support email and havent got a reply... I suppose I'll need to submit it again. |
|