Author |
Message |
Topic: Triggers |
Jacknam
Replies: 3
Views: 2372
|
Forum: zMUD General Discussion Posted: Sun Feb 17, 2002 6:27 pm Subject: Triggers |
I think i fixed it with just a few simple commands i was missing, For instance i had to take and replace the "," with "" in the 1000's for the prices...which i hadnt done because w ... |
Topic: Triggers |
Jacknam
Replies: 3
Views: 2372
|
Forum: zMUD General Discussion Posted: Sun Feb 17, 2002 4:20 pm Subject: Triggers |
----------------------------------------------
| SPYNET Wire Service |
|Prices for Univators Jeep|
----------------------------------------------
| ... |
Topic: Trigger Question |
Jacknam
Replies: 12
Views: 5286
|
Forum: zMUD General Discussion Posted: Sat Feb 16, 2002 5:37 pm Subject: Trigger Question |
Hmm yes maybe a Guru could help with this?
|
Topic: Trigger Question |
Jacknam
Replies: 12
Views: 5286
|
Forum: zMUD General Discussion Posted: Sat Feb 16, 2002 5:28 pm Subject: Trigger Question |
Ok Ok it worked was something I did, but a twist...what if i only want it colored if its the whole word, for instance, say a friends name was Ron but then Sauron apprears and it colors the 'ron' in sa ... |
Topic: Trigger Question |
Jacknam
Replies: 12
Views: 5286
|
Forum: zMUD General Discussion Posted: Sat Feb 16, 2002 5:24 pm Subject: Trigger Question |
Hmm didnt work for me but ill try it again
|
Topic: Trigger Question |
Jacknam
Replies: 12
Views: 5286
|
Forum: zMUD General Discussion Posted: Sat Feb 16, 2002 5:19 pm Subject: Trigger Question |
Actually that doesnt work with the {} around the var in the pattern of the trigger or without it....theres another way to do it cause that way doesnt work.
|
Topic: Trigger Question |
Jacknam
Replies: 12
Views: 5286
|
Forum: zMUD General Discussion Posted: Sat Feb 16, 2002 5:12 pm Subject: Trigger Question |
Im trying to basicly color a list of words a certain color....like a friends list...
i have a string var @friends = fr1|fr2|fr3
then i want a trigger that anytime one of those names appears it get ... |
Topic: IF Statements |
Jacknam
Replies: 2
Views: 1876
|
Forum: zMUD General Discussion Posted: Fri Feb 15, 2002 2:19 pm Subject: IF Statements |
I seem to be having a problem using the OR expression in my IF statements...Example...
#IF (@var1 = Value1 OR Value2 OR Value 3)
{DoThis}
{DoThat}
In this case no Matter what I get the ... |
|