| Author |
Message |
Topic: Need some help with a trigger... |
Altman
Replies: 3
Views: 2995
|
Forum: CMUD General Discussion Posted: Mon Apr 05, 2010 6:19 pm Subject: Need some help with a trigger... |
Thanks for the help Matt. Both of those suggestions make sense.
If I use only the second trigger, how do I stop it from firing when it reaches the 3rd line of example text 2? I need the triggers to ... |
Topic: Need some help with a trigger... |
Altman
Replies: 3
Views: 2995
|
Forum: CMUD General Discussion Posted: Mon Apr 05, 2010 1:50 pm Subject: Need some help with a trigger... |
| I have two triggers setup. Trigger 1 fires after example text 1 has been received using trigger states that fire when each line is received within 1 line of the one before. Trigger 2 fires after examp ... |
Topic: How do you use CMUD to deal with enforced pauses from the MUD? |
Altman
Replies: 7
Views: 5036
|
Forum: CMUD General Discussion Posted: Wed Feb 17, 2010 6:45 pm Subject: How do you use CMUD to deal with enforced pauses from the MUD? |
Rahab, thanks for the help I will try breaking it up to see if that helps.
Matt, this MUD is made up of lots of custom user content and as such there is no uniformity in the location descriptions. ... |
Topic: How do you use CMUD to deal with enforced pauses from the MUD? |
Altman
Replies: 7
Views: 5036
|
Forum: CMUD General Discussion Posted: Tue Feb 16, 2010 8:59 pm Subject: How do you use CMUD to deal with enforced pauses from the MUD? |
| I think I'll try breaking up the trigger scripts into smaller chunks and using more triggers to advance them to the next state.... use more #if commands to check my location before advancing to the ne ... |
Topic: How do you use CMUD to deal with enforced pauses from the MUD? |
Altman
Replies: 7
Views: 5036
|
Forum: CMUD General Discussion Posted: Tue Feb 16, 2010 8:53 pm Subject: How do you use CMUD to deal with enforced pauses from the MUD? |
Hi Rahab,
Thanks again for the help. I cannot get the mapper to work with this MUD so i am making aliases for the key paths instead. The pause is in the middle of the movement alias and I have added ... |
Topic: How do you use CMUD to deal with enforced pauses from the MUD? |
Altman
Replies: 7
Views: 5036
|
Forum: CMUD General Discussion Posted: Sun Feb 14, 2010 6:23 pm Subject: How do you use CMUD to deal with enforced pauses from the MUD? |
I have written a script that works by calling specific aliases in response to output from the MUD and is working well apart from one slight problem.
The MUD includes some locations with events that ... |
Topic: Can someone help me with a conditional trigger? |
Altman
Replies: 9
Views: 7560
|
Forum: CMUD General Discussion Posted: Tue Feb 09, 2010 7:03 pm Subject: Can someone help me with a conditional trigger? |
| Thanks for the continued help and apologies for not giving you the full trigger details at the outset. |
Topic: How to execute a two word variable? |
Altman
Replies: 8
Views: 5809
|
Forum: CMUD General Discussion Posted: Mon Feb 08, 2010 8:59 pm Subject: How to execute a two word variable? |
Thanks again guys.
%replace(%replace(@location," "),"'",)
That works for me :-) |
Topic: Can someone help me with a conditional trigger? |
Altman
Replies: 9
Views: 7560
|
Forum: CMUD General Discussion Posted: Mon Feb 08, 2010 8:52 pm Subject: Can someone help me with a conditional trigger? |
Yes that output is exactly what the MUD produces. I think I might know what it is....
I have set the trigger up as a #COND of a previous trigger that matches "Work available from Armstrong Cuthbert ... |
Topic: How to execute a two word variable? |
Altman
Replies: 8
Views: 5809
|
Forum: CMUD General Discussion Posted: Sun Feb 07, 2010 9:43 pm Subject: How to execute a two word variable? |
All working fine except....
When @location = Magellan Travelers' Lodge
#execute to%replace(@location, " ") returns MagellanTravelers 'Lodge which is wrong
#show to%replace(@location, " ") r ... |
Topic: How to execute a two word variable? |
Altman
Replies: 8
Views: 5809
|
Forum: CMUD General Discussion Posted: Sun Feb 07, 2010 2:20 pm Subject: How to execute a two word variable? |
Easy when you know how....
You guys are great. Thanks again! |
Topic: How to execute a two word variable? |
Altman
Replies: 8
Views: 5809
|
Forum: CMUD General Discussion Posted: Sun Feb 07, 2010 1:00 pm Subject: How to execute a two word variable? |
I am capturing a two word string from a location description. e.g. The Bridge into a variable called @location
I then want to have an alias called toThe Bridge which contains the script to walk fro ... |
Topic: Can someone help me with a conditional trigger? |
Altman
Replies: 9
Views: 7560
|
Forum: CMUD General Discussion Posted: Sat Feb 06, 2010 5:48 pm Subject: Can someone help me with a conditional trigger? |
| If @fromplanet it not in @sollist then the #if evaluation is false and the script does nothing.... exactly as expected. The problem then is that the trigger will not fire until the top line of the wor ... |
Topic: Can someone help me with a conditional trigger? |
Altman
Replies: 9
Views: 7560
|
Forum: CMUD General Discussion Posted: Thu Feb 04, 2010 7:38 pm Subject: Can someone help me with a conditional trigger? |
| Thanks a lot for the help, I really appreciate it. |
Topic: Can someone help me with a conditional trigger? |
Altman
Replies: 9
Views: 7560
|
Forum: CMUD General Discussion Posted: Tue Feb 02, 2010 6:53 pm Subject: Can someone help me with a conditional trigger? |
Hi Rahab,
Thanks for the help. If there are 6 acceptable jobs in the list then I only want the commands to run for the first trigger, otherwise it overloads the mud. The job list is generated by typi ... |
Topic: Can someone help me with a conditional trigger? |
Altman
Replies: 9
Views: 7560
|
Forum: CMUD General Discussion Posted: Tue Feb 02, 2010 12:35 pm Subject: Can someone help me with a conditional trigger? |
I am trying to write a trigger that matches text from a list of courier jobs to enable them to be completed automatically. Here is the work list from the MUD:
1664. From Venus to Titan - 75 ton ... |
| |