Author |
Message |
Topic: #WRITE |
Mordenkeinen
Replies: 4
Views: 6854
|
Forum: zMUD General Discussion Posted: Mon Mar 22, 2004 3:04 pm Subject: #WRITE |
Not sure how you'd do it via a text file, but for something like that, personally, I'd use a database... it's searchable, be a lot faster, and wouldn't use up near as much hard drive space.
|
Topic: variables |
Mordenkeinen
Replies: 4
Views: 8867
|
Forum: zMUD General Discussion Posted: Mon Mar 22, 2004 2:59 pm Subject: variables |
Why do that, when all you have to do is:
#TRIGGER {you have killed a (%w) *} {#additem body %1}
#ALIAS {offerall} {#FORALL @body {offer %pop(body);#wait 500}
I believe, tho I might be wrong her ... |
Topic: Is it possible to ... ? |
Mordenkeinen
Replies: 8
Views: 9818
|
Forum: zMUD General Discussion Posted: Mon Mar 15, 2004 5:03 am Subject: Is it possible to ... ? |
Ah, ok, I see now... thank you!
|
Topic: Is it possible to ... ? |
Mordenkeinen
Replies: 8
Views: 9818
|
Forum: zMUD General Discussion Posted: Mon Mar 15, 2004 4:35 am Subject: Is it possible to ... ? |
I understand that... but barring opening the script in textpad and just adding in a randomly placed '#show' and then a trigger that gets fired when that '#show' is activated, I was hoping for a way of ... |
Topic: Is it possible to ... ? |
Mordenkeinen
Replies: 8
Views: 9818
|
Forum: zMUD General Discussion Posted: Mon Mar 15, 2004 3:52 am Subject: Is it possible to ... ? |
Yes, but the method of implementation eludes me in this. How can I check that the script was imported? Are there any functions or methods that are triggered/set when a script is imported that I can ch ... |
Topic: problem with layout |
Mordenkeinen
Replies: 18
Views: 15953
|
Forum: zMUD General Discussion Posted: Sun Mar 14, 2004 11:32 pm Subject: problem with layout |
It does the same thing to me, 1024x768, Win2k Pro Sp4. Regardless of how many times I remove the status bar and command line on my two custom windows, and save the layouts, everytime I restart zMUD at ... |
Topic: Is it possible to ... ? |
Mordenkeinen
Replies: 8
Views: 9818
|
Forum: zMUD General Discussion Posted: Sun Mar 14, 2004 9:19 pm Subject: Is it possible to ... ? |
Ok, let's say I have written a script, and am now wanting to distribute that script to others. Is there a way for zMUD to detect when a person imports that script into their settings, and to be able t ... |
Topic: #variables, #triggers, and #windows - Oh my! |
Mordenkeinen
Replies: 1
Views: 4965
|
Forum: zMUD General Discussion Posted: Thu Feb 19, 2004 12:21 am Subject: #variables, #triggers, and #windows - Oh my! |
I am using 7.01 as well, and have had no problems with mine.
Try it the following way, you can get rid of having to use @speechcol completely and use ANSI ON and then CONFIG COLOURS and assign the ... |
|