Author |
Message |
Topic: Scripting Question |
Tvesh
Replies: 5
Views: 2757
|
Forum: zMUD General Discussion Posted: Tue May 14, 2002 11:43 am Subject: Scripting Question |
Thanks! That did the trick! There's only one thing i don't really understand about this. How come %1 in this trigger has the value of * (the second line), while actually the first variable you capture ... |
Topic: Scripting Question |
Tvesh
Replies: 5
Views: 2757
|
Forum: zMUD General Discussion Posted: Tue May 14, 2002 1:00 am Subject: Scripting Question |
Sorry for starting a new thread, i didn't mean to break nettiquette or anything.
Anyway, i finally got a way around it. All i need now is a way to capture the line following a triggerline.
For ... |
Topic: Scripting Question |
Tvesh
Replies: 5
Views: 2757
|
Forum: zMUD General Discussion Posted: Mon May 13, 2002 11:31 pm Subject: Scripting Question |
#TRIGGER {Affects : &temp} {
#if !%null( item.affect1) {
item.affect1 = @temp
}; #abort 1
#if !%null( item.affect2) {
item.affect2 = @temp
}; abort 1
#if !%null( item.affec ... |
Topic: Please help with making of Trigger |
Tvesh
Replies: 7
Views: 3236
|
Forum: zMUD General Discussion Posted: Mon May 13, 2002 9:43 pm Subject: Please help with making of Trigger |
I'm really sorry, but this whole scripting thing is beyond me...Is there anyone who'd be kind enough to show me the trigger needed to analyze this identify so i can use it? (with eternal gratitude :)
... |
Topic: Please help with making of Trigger |
Tvesh
Replies: 7
Views: 3236
|
Forum: zMUD General Discussion Posted: Mon May 13, 2002 1:32 pm Subject: Please help with making of Trigger |
Thanks for the links!
Man, this scripting is complicated...:(
So I need to make a seperate trigger for each possible affect if i'm correct?
|
Topic: Please help with making of Trigger |
Tvesh
Replies: 7
Views: 3236
|
Forum: zMUD General Discussion Posted: Mon May 13, 2002 12:32 pm Subject: Please help with making of Trigger |
I've been working on an indentify trigger that'll enter the results of the identify into the Zmud DB. I've been following the Zmud help file on this subject, and it's been helpful, but i can't get the ... |
Topic: How to make colors work right |
Tvesh
Replies: 1
Views: 1833
|
Forum: zMUD General Discussion Posted: Fri Apr 12, 2002 9:41 pm Subject: How to make colors work right |
I would like to make my hp,sp and ep show in different colors depending on how low those are. I haven't been able to make trigger work correctly. It colors all the values with same color.
The line ... |
|