Author |
Message |
Topic: Anyone bored and wanna make me a script? |
sikkar
Replies: 9
Views: 4428
|
Forum: zMUD General Discussion Posted: Sun Feb 20, 2005 5:32 pm Subject: Anyone bored and wanna make me a script? |
#TRIGGER {You are to find and capture (*).} {
#if %ismember(%1,@qmob) {
#if %ismember(%1,@alienlist){travel alien;capture alien}
{#if %ismember(%1,@predatorlist){travel predator;capture predator}
... |
Topic: Anyone bored and wanna make me a script? |
sikkar
Replies: 9
Views: 4428
|
Forum: zMUD General Discussion Posted: Sat Feb 19, 2005 10:34 pm Subject: Anyone bored and wanna make me a script? |
ok, don't think your answer for question one works with what i am talking about
#TRIGGER {You are to find and capture (*).} {
#if %ismember(%1,@qmob) {act a certain way} {act another way}
}
... |
Topic: Anyone bored and wanna make me a script? |
sikkar
Replies: 9
Views: 4428
|
Forum: zMUD General Discussion Posted: Sat Feb 19, 2005 9:48 pm Subject: Anyone bored and wanna make me a script? |
#if %ismember(%1,@qmob) {act a certain way} {act another way}
}
so {act a certain way} is if %ismember returns true?
*goes to play with it*
oooo...thanks :p |
Topic: Anyone bored and wanna make me a script? |
sikkar
Replies: 9
Views: 4428
|
Forum: zMUD General Discussion Posted: Sat Feb 19, 2005 7:00 pm Subject: how'd i know it wouldnt work to just ask for it hehe |
Ok, i'm very new to trying to make scripts...i've been strictly confined to VERY basic triggers...but i want to learn (so i've been reading the boards)
alright, so what i did to make this easier (i ... |
Topic: Anyone bored and wanna make me a script? |
sikkar
Replies: 9
Views: 4428
|
Forum: zMUD General Discussion Posted: Mon Feb 14, 2005 1:01 am Subject: Anyone bored and wanna make me a script? |
alright i get output from the mud like this
You are to find and capture a druidess.
what i need it to do is travel to the mob and capture it, then getquest
I tried a simple trig but it can gi ... |
Topic: triggering on multiple lines? |
sikkar
Replies: 1
Views: 1554
|
Forum: zMUD General Discussion Posted: Mon Jan 31, 2005 8:27 pm Subject: triggering on multiple lines? |
Ok,
how do i trigger this, to go west then kill cityguard?
[West]
The cityguard
of course if the cityguard is north or whatever other direction it should go that way aswell
I just c ... |
Topic: quick question |
sikkar
Replies: 2
Views: 1694
|
Forum: zMUD General Discussion Posted: Sat Jan 08, 2005 7:34 pm Subject: quick question |
Is there a way to have zmud autolog when connecting to a mud
prolly just be easier to have it apend to an already existing log...
but yea, how can i get it to autolog! |
Topic: no clue how to do this...can someone help plz! |
sikkar
Replies: 1
Views: 1172
|
Forum: zMUD General Discussion Posted: Wed Sep 29, 2004 3:22 pm Subject: no clue how to do this...can someone help plz! |
what i need is a trigger that will change the direction i am walking in a set order after seeing a certain room discription or set of exits...
so using " The Lobby of the Towers of Blood "
or " ~[ ... |
|