Author |
Message |
Topic: Multistate Triggers and Buttons UI |
Kjata
Replies: 9
Views: 15392
|
Forum: CMUD Beta Forum Posted: Wed Sep 13, 2006 3:44 am Subject: Multistate Triggers and Buttons UI |
Many we just need some "out of the box" thinking on this.
Alright.
For multi-state triggers, use a finite state machine representation. Draw each trigger state as a node in the finite state mach ... |
Topic: why the #WAIT hate? |
Kjata
Replies: 22
Views: 36510
|
Forum: CMUD Beta Forum Posted: Thu Sep 07, 2006 9:54 pm Subject: why the #WAIT hate? |
Plus they run as a unit, and can be tracked and killed as a unit. With ZMud triggers you have no local variables, you have no stack so you must re-enter from the top every time, you must explicitly ma ... |
Topic: Import/Export and XML format vs zMUD format |
Kjata
Replies: 37
Views: 65446
|
Forum: CMUD Beta Forum Posted: Thu Aug 31, 2006 7:31 am Subject: Import/Export and XML format vs zMUD format |
In addition, I have plans to add another "Copy for Forums" option to CMUD that will use some new bbcode features of these forums to provide a nice way to post color-highlighted scripts.
Awesom ... |
Topic: package library question |
Kjata
Replies: 6
Views: 11485
|
Forum: CMUD Beta Forum Posted: Mon Aug 28, 2006 3:38 pm Subject: package library question |
Both those features will be available in the future. Once the package system is stable, Zugg has said that he will allow people to upload packages to their own private space, where only people with ac ... |
Topic: my tale of woe |
Kjata
Replies: 5
Views: 10299
|
Forum: CMUD Beta Forum Posted: Sun Aug 27, 2006 2:01 am Subject: my tale of woe |
I don't have my desktop setup currently, so I can't help you much with CMUD at the moment. But I can give you a very useful piece of advise:
Don't use beta software if you are not willing to put up ... |
Topic: Roomname capture. |
Kjata
Replies: 7
Views: 11945
|
Forum: zMUD General Discussion Posted: Thu Aug 17, 2006 3:45 pm Subject: Roomname capture. |
It should work. %s matches any amount of spaces. What exactly is it doing when you use that pattern that you don't want it to do? |
Topic: script help again |
Kjata
Replies: 1
Views: 5234
|
Forum: zMUD General Discussion Posted: Wed Aug 16, 2006 3:31 pm Subject: script help again |
The solution is to put the second #IF inside the "else" part of the first #IF. That way, if you are paralyzed and have asthma, you will deal with the paralysis first and once you have regained herb ba ... |
Topic: CMUD 1.04 Development Blog |
Kjata
Replies: 18
Views: 42035
|
Forum: Zugg's Blog Posted: Sun Aug 13, 2006 2:31 pm Subject: CMUD 1.04 Development Blog |
After having several problems with a few RAM chips myself, I never trust them anymore. Any time a weird error or crash pops up in Windows without any obvious explanation, my main suspect is always the ... |
Topic: Apostrophe problems. |
Kjata
Replies: 2
Views: 6573
|
Forum: zMUD General Discussion Posted: Sat Aug 12, 2006 3:03 pm Subject: Apostrophe problems. |
You can also double up the apostrophes. When SQL finds two apostrophes one after the other, it treats them as a single apostrophe. |
Topic: More on Packages/Modules (public vs private) |
Kjata
Replies: 23
Views: 40634
|
Forum: CMUD Beta Forum Posted: Fri Aug 11, 2006 2:11 pm Subject: More on Packages/Modules (public vs private) |
It is Package->Module->Class->Settings.
The confusion mostly arises that before this topic, a Module could either be a "windowless" Module or a "windowed" Module, and it would still be called a Mod ... |
Topic: More on Packages/Modules (public vs private) |
Kjata
Replies: 23
Views: 40634
|
Forum: CMUD Beta Forum Posted: Fri Aug 11, 2006 2:16 am Subject: More on Packages/Modules (public vs private) |
I'm a he, by the way. But don't worry about it, it happens. |
Topic: More on Packages/Modules (public vs private) |
Kjata
Replies: 23
Views: 40634
|
Forum: CMUD Beta Forum Posted: Thu Aug 10, 2006 5:33 pm Subject: More on Packages/Modules (public vs private) |
You are right about eliminating the search in other enabled class folders within the same module once it has reached the top class folder. I completely forgot about that, and while it will always seem ... |
Topic: More on Packages/Modules (public vs private) |
Kjata
Replies: 23
Views: 40634
|
Forum: CMUD Beta Forum Posted: Thu Aug 10, 2006 3:17 pm Subject: More on Packages/Modules (public vs private) |
I think you misunderstood me because I talked about solving the scenarios by creating packages. This is perhaps how it would be done from a power-user's perspective. But a novice user can still solve ... |
Topic: Problem with %pop |
Kjata
Replies: 5
Views: 10951
|
Forum: zMUD General Discussion Posted: Thu Aug 10, 2006 3:23 am Subject: Problem with %pop |
Use the $ delimiter in the trigger's pattern to tell zMUD that nothing else should come after it. |
Topic: More on Packages/Modules (public vs private) |
Kjata
Replies: 23
Views: 40634
|
Forum: CMUD Beta Forum Posted: Thu Aug 10, 2006 3:16 am Subject: More on Packages/Modules (public vs private) |
I think you have been working with modules so much that you have forgotten about packages, Zugg. Remember that all modules are contained within packages, and that each package may contain one or more ... |
Topic: Problem with %pop |
Kjata
Replies: 5
Views: 10951
|
Forum: zMUD General Discussion Posted: Wed Aug 09, 2006 4:17 am Subject: Problem with %pop |
Check for this in the #IF:
#IF (@powbal = 1 & %numitems(@powq) > 0) {%pop(powq)} |
Topic: triggers on Colour pattern |
Kjata
Replies: 2
Views: 6621
|
Forum: zMUD General Discussion Posted: Tue Aug 08, 2006 3:09 pm Subject: triggers on Colour pattern |
There is also the option to make a trigger an ANSI Trigger. When this option is checked, pasting text that you copied from the MUD output window into the pattern textbox will also paste de ANSI contro ... |
Topic: Macros clash with Windows unicode |
Kjata
Replies: 5
Views: 9885
|
Forum: zMUD General Discussion Posted: Tue Aug 08, 2006 3:07 pm Subject: Macros clash with Windows unicode |
No. You should use a different combination of keys. |
Topic: pull mob script to a room |
Kjata
Replies: 2
Views: 5742
|
Forum: zMUD General Discussion Posted: Tue Aug 08, 2006 3:47 am Subject: pull mob script to a room |
You can use your original idea of #LMAP. Just use %nextdir to get the next direction to be sent. Otherwise, with your second idea of using %walk, use %pathexpand to convert the path to a stringlist. |
Topic: Happy Birthday Zugg!!! |
Kjata
Replies: 14
Views: 62757
|
Forum: Zugg's Blog Posted: Sat Aug 05, 2006 6:37 am Subject: Happy Birthday Zugg!!! |
and since I happen to be in the same boat as concerns Zugg
Matt, meet Zugg (aka Michael Potter):
http://www.zuggsoft.com/zugg/ |
Topic: Deleting Temporary Triggers |
Kjata
Replies: 5
Views: 9710
|
Forum: zMUD General Discussion Posted: Fri Aug 04, 2006 1:47 pm Subject: Deleting Temporary Triggers |
Side note: I coulda SWORN there was a deltrig command...couldn't find it in the search feature on this site.
It's called #UNTRIGGER. |
Topic: Happy Birthday Zugg!!! |
Kjata
Replies: 14
Views: 62757
|
Forum: Zugg's Blog Posted: Fri Aug 04, 2006 1:44 pm Subject: Happy Birthday Zugg!!! |
Happy birthday, Zugg!!! |
Topic: script help |
Kjata
Replies: 7
Views: 11614
|
Forum: zMUD General Discussion Posted: Fri Aug 04, 2006 2:36 am Subject: script help |
What's wrong is that the class Theft/pack is enabled until the very end, so the "You issue the suggestion" trigger within it will fire at the same time the triggers with this same pattern fire in the ... |
Topic: Trigger question |
Kjata
Replies: 10
Views: 14864
|
Forum: zMUD General Discussion Posted: Thu Aug 03, 2006 3:23 pm Subject: Trigger question |
Use the #SUBSTITUTE command. This command lets you replace text matched by a trigger with some text that you specify:
#TRIGGER {You get (%d) gold coin({s|}) from (*)} {#SUB {You get %ansi(blue)%1 % ... |
Topic: script help |
Kjata
Replies: 7
Views: 11614
|
Forum: zMUD General Discussion Posted: Thu Aug 03, 2006 3:10 pm Subject: script help |
Ok, got it. The problem is that when the second trigger enables the next class, the current line that fired this trigger is checked against the newly enabled triggers. This will cause the second of th ... |
|