Author |
Message |
Topic: Link style text off of trigger... |
methonis
Replies: 1
Views: 3095
|
Forum: zMUD General Discussion Posted: Sun Oct 07, 2007 12:23 am Subject: Link style text off of trigger... |
Bah, nevermind. Just have to use #MXP and make sure you put the ~ 's before the < 's |
Topic: Link style text off of trigger... |
methonis
Replies: 1
Views: 3095
|
Forum: zMUD General Discussion Posted: Sun Oct 07, 2007 12:11 am Subject: Link style text off of trigger... |
Hiya,
I'm trying to make a diagnose system the picks up the affliction line but doesn't auto cure it. Instead, I want it to display some text that says what the affliction is, and then the action t ... |
Topic: Speed menu nesting? |
methonis
Replies: 2
Views: 3576
|
Forum: zMUD General Discussion Posted: Tue Oct 03, 2006 8:46 pm Subject: Speed menu nesting? |
Missed the submenu option checkbox, that did it.
Thanks! :) |
Topic: Speed menu nesting? |
methonis
Replies: 2
Views: 3576
|
Forum: zMUD General Discussion Posted: Mon Oct 02, 2006 5:26 pm Subject: Speed menu nesting? |
Hiya,
I'm having trouble figuring this out. I'm sure it's possible, but it's just not working. I'm trying to put submenus within the submenu of a speed menu. And example:
#CLASS EmoteSubMenu
#MEN ... |
Topic: Alias only works when all requirements are met |
methonis
Replies: 1
Views: 3614
|
Forum: zMUD General Discussion Posted: Sat Jul 23, 2005 5:52 am Subject: Alias only works when all requirements are met |
I'm trying to enter in all my patterns for my crafting skill into a database automatically. I think I get the concept after looking around the forums, however, I've got a bit of a problem. The normal ... |
Topic: Map only updating position once in follow mode |
methonis
Replies: 1
Views: 2663
|
Forum: zMUD General Discussion Posted: Thu Jul 29, 2004 4:43 am Subject: Map only updating position once in follow mode |
Hiya,
Subject pretty much describes the problem. I'll find the room I'm in on my map, right click, set current position. Blue dot comes up. Then I'll move, the mapper follows suit and moves me to the ... |
Topic: Changing the variable in an alias via trigger... |
methonis
Replies: 1
Views: 2611
|
Forum: zMUD General Discussion Posted: Sun May 16, 2004 7:24 am Subject: Changing the variable in an alias via trigger... |
Here we go:
1. Potion A (@fire1) is carried. Potion B (@fire2)is in a sack
2. ALIAS dr is set to sip @fire1.
3. When potion A runs out and I attempt to drink from it, receive message - "There is ... |
Topic: Dumb |
methonis
Replies: 7
Views: 9259
|
Forum: zMUD General Discussion Posted: Fri Mar 07, 2003 9:04 am Subject: Dumb |
Alrighty, thanks a lot. I have one more question. This should be on the beta forum, but I can't get into it.
Everytime I log onto the mud, after inputting my username and password it asks if I want ... |
Topic: Dumb |
methonis
Replies: 7
Views: 9259
|
Forum: zMUD General Discussion Posted: Fri Mar 07, 2003 7:08 am Subject: Dumb |
Aha. That worked perfectly. And makes sense to me. *grin* If ya have a chance, could you give me an example on when and how the #UNTIL command would be used?
Meth
|
Topic: Dumb |
methonis
Replies: 7
Views: 9259
|
Forum: zMUD General Discussion Posted: Thu Mar 06, 2003 11:31 pm Subject: Dumb |
I think this is what you're asking for:
#ALIAS pp
#UNTIL (do you wish to pick?) {pick %1}
Command I enter into the mud:
pp iorthir
Returns:
You pick a batch of iorthir.
Right hand ready.
... |
Topic: Dumb |
methonis
Replies: 7
Views: 9259
|
Forum: zMUD General Discussion Posted: Thu Mar 06, 2003 9:53 pm Subject: Dumb |
Hi there, this is probably a really dumb question, but here goes:
All I'd like to do is execute a command to pick something until it's all gone. So I figured I could do this: Set up an alias called p ... |
Topic: Another question |
methonis
Replies: 1
Views: 2678
|
Forum: zMUD General Discussion Posted: Tue Dec 17, 2002 3:00 am Subject: Another question |
Thanks for the help on the previous problem, I think I have it squared away. This is similiar to the old question, but has one added element. I wrote a trigger that looked for this text: You remove a ... |
Topic: Trigger |
methonis
Replies: 1
Views: 2550
|
Forum: zMUD General Discussion Posted: Mon Dec 16, 2002 11:24 pm Subject: Trigger |
Greetings,
I'm trying to figure out how to create a specific trigger, but for some reason not understanding how. I don't expect anyone to give me code, just a general point in the right direction ... |
|