Author |
Message |
Topic: Newbie Alias Problem |
lorddevi
Replies: 2
Views: 1265
|
Forum: zMUD General Discussion Posted: Fri May 11, 2007 6:20 pm Subject: Newbie Alias Problem |
Thank you very much! That worked perfectly. It's actually funny because i tried that cmud compliant line exactly letter for letter. However my #VAR declaration before it for some reason was preventing ... |
Topic: Newbie Alias Problem |
lorddevi
Replies: 2
Views: 1265
|
Forum: zMUD General Discussion Posted: Fri May 11, 2007 5:22 pm Subject: Newbie Alias Problem |
Hello. I've tried a while trying to figure out how to get this to work but haven't had any luck yet. Essentially I just want an alias that runs another random script. The best I can find so far is thi ... |
Topic: #FORALL Help |
lorddevi
Replies: 5
Views: 2360
|
Forum: zMUD General Discussion Posted: Wed Jul 13, 2005 5:48 pm Subject: #FORALL Help |
aint sure what your talking about.
but based on what you did before:
Mobs="dwarf|cat|snake"
#FORALL @Mobs {
mgate %i
enter gate
c gas
}
far as i can figure that should work.
dont have ... |
Topic: #FORALL Help |
lorddevi
Replies: 5
Views: 2360
|
Forum: zMUD General Discussion Posted: Wed Jul 13, 2005 4:41 pm Subject: Re: #FORALL Help |
Your prob is prolly the extra "'s
Ah yeah, well the 'array' works fine that way, I believe i had problems with the "sword|ring|shield" syntax. At any rate if I :
#SHOW @Mobs.2
For ins ... |
Topic: #FORALL Help |
lorddevi
Replies: 5
Views: 2360
|
Forum: zMUD General Discussion Posted: Wed Jul 13, 2005 3:13 pm Subject: #FORALL Help |
Looking at this closer it's obvious now I was going about it the wrong way. What I think I should be doing is creating a WHILE loop with a counter..
Mobs="dwarf"|"cat"|"snake"
#VAR mnum=1
#WH ... |
Topic: #FORALL Help |
lorddevi
Replies: 5
Views: 2360
|
Forum: zMUD General Discussion Posted: Wed Jul 13, 2005 2:41 pm Subject: #FORALL Help |
Pardon me fellows, but I'm having some difficulty with this one. I wish to create what I think is likely a simple script, but can't quite figure it out. I simply wish to have a string variable that co ... |
|