Author |
Message |
Topic: Status Window |
Turnip
Replies: 21
Views: 9742
|
Forum: zMUD General Discussion Posted: Tue May 06, 2003 11:21 pm Subject: Status Window |
Thanks Kjata
Turnip
|
Topic: Status Window |
Turnip
Replies: 21
Views: 9742
|
Forum: zMUD General Discussion Posted: Tue May 06, 2003 9:09 am Subject: Status Window |
Hi Kjata
I seem to be having a problem with this script in v6.61. My lovely status windows all seem to be broken.
I added this:
addtext who who 1 1 @who
and this was inserted in the windo ... |
Topic: Colour Trigger - Easy one |
Turnip
Replies: 2
Views: 2595
|
Forum: zMUD General Discussion Posted: Thu Apr 24, 2003 7:28 pm Subject: Colour Trigger - Easy one |
hi again,
So far i have this
#TRIGGER "Captrig" {(*)} {#var data %null;#var description %null;#addkey data command {%1};#addkey data syntax {%1};#addkey data short name {%1};#temp {^$ ... |
Topic: Colour Trigger - Easy one |
Turnip
Replies: 2
Views: 2595
|
Forum: zMUD General Discussion Posted: Thu Apr 24, 2003 9:07 am Subject: Colour Trigger - Easy one |
Hello
I'm trying to put info from text files into a mud-command database using the zmud editor. The only way to differentiate this info from everything else in the text file is the colour of the t ... |
Topic: Database multiline #add |
Turnip
Replies: 4
Views: 3630
|
Forum: zMUD General Discussion Posted: Wed Mar 26, 2003 4:23 pm Subject: Database multiline #add |
Hi again
I've got all the info into my database and I'd now like to know if its possible to write a script to create a map from this.
All the room names are unique and there are no "other&q ... |
Topic: Database multiline #add |
Turnip
Replies: 4
Views: 3630
|
Forum: zMUD General Discussion Posted: Wed Mar 26, 2003 1:29 pm Subject: Database multiline #add |
Kjata,
Thanks, it works perfectly now.
Turnip
|
Topic: Database multiline #add |
Turnip
Replies: 4
Views: 3630
|
Forum: zMUD General Discussion Posted: Wed Mar 26, 2003 1:15 pm Subject: Database multiline #add |
Ok, I've messed about with trigger states and come up with a really nifty trigger, for me anyway :) that incorporates all the individual triggers that I had to capture info before. Problem I'm having ... |
Topic: Database multiline #add |
Turnip
Replies: 4
Views: 3630
|
Forum: zMUD General Discussion Posted: Tue Mar 25, 2003 6:05 pm Subject: Database multiline #add |
Hello
I need a little help entering some stuff into a database. What I'm trying to do is add the name, room descriptions, exits, items and mobiles from my logs into a database. I can add everything ... |
Topic: Whats wrong with this trigger!? |
Turnip
Replies: 6
Views: 4250
|
Forum: zMUD General Discussion Posted: Mon Feb 03, 2003 12:19 pm Subject: Whats wrong with this trigger!? |
Hi
#trigger {~<(%d)hp (%d)sp (%d)st~>} {
#var hps %1
#var mps %2
#var mv %3
}
You just had the % and the numbers round the wrong way
|
Topic: Replacing text in a variable - help needed |
Turnip
Replies: 2
Views: 2562
|
Forum: zMUD General Discussion Posted: Thu Jan 23, 2003 9:00 am Subject: Replacing text in a variable - help needed |
Ok, thanks Lightbulb - I'll leave it as it is.
Turnip
|
Topic: Replacing text in a variable - help needed |
Turnip
Replies: 2
Views: 2562
|
Forum: zMUD General Discussion Posted: Wed Jan 22, 2003 8:13 pm Subject: Replacing text in a variable - help needed |
Hello everyone
I am having problems replacing text. I have a flee_mob variable and i can capture the fleeing mobile into it.I can also capture the flee_dir into a variable.
What I want to do is ... |
|