Author |
Message |
Topic: Stringlist manipulation |
njms
Replies: 1
Views: 3733
|
Forum: zMUD General Discussion Posted: Sat May 21, 2005 2:26 am Subject: Stringlist manipulation |
Here's my situation:
Let's say I have a stringlist "targets" that has "Jim|Jack|Jerry"... what I want to do is something like this #alias {kt} {kill @targets} and have it "Kill Jim;Kill Jack;Kill J ... |
Topic: Buttons always on top (or something) |
njms
Replies: 1
Views: 3075
|
Forum: zMUD General Discussion Posted: Sun Apr 10, 2005 2:49 pm Subject: Buttons always on top (or something) |
I have a fairly complicated button set for one of my characters and lots of buttons on top of other buttons and whatnot. But the problem I'm having is that I can't find anyway to make it so when I fir ... |
Topic: Stream read error |
njms
Replies: 2
Views: 4327
|
Forum: zMUD General Discussion Posted: Fri Apr 08, 2005 6:18 pm Subject: Stream read error |
Yea, it shows up alright when it's there... but then it disappears... It's magic I tells ya |
Topic: Stream read error |
njms
Replies: 2
Views: 4327
|
Forum: zMUD General Discussion Posted: Fri Apr 08, 2005 12:23 pm Subject: Stream read error |
I'm getting a single "stream read error" whenever I start up a certain character.
Also, I belive they are related, I have a trigger that does this:
#NOOP %btnimage( legs, "legs.bmp")
to set ... |
Topic: Two simple questions (I think) |
njms
Replies: 1
Views: 3213
|
Forum: zMUD General Discussion Posted: Fri Apr 08, 2005 2:38 am Subject: Two simple questions (I think) |
First how do I use #show or #echo to output something to a specific window?
and Second, How do I look through a stringlist and return 1 if a string is in the list and return 0 if it isn't?
like ... |
Topic: spaces in %pos |
njms
Replies: 2
Views: 7736
|
Forum: zMUD General Discussion Posted: Sat Jan 29, 2005 1:04 am Subject: spaces in %pos |
let say I have this:
#Trigger {You see (%1) here.} {#If %pos {long, %1} {look} {}}
then I get this line from the MUD:
You see a longbow here.
And the %pos comes back true.
But what I wa ... |
Topic: Timer or Wait or something |
njms
Replies: 3
Views: 4657
|
Forum: zMUD General Discussion Posted: Sun Dec 05, 2004 11:19 pm Subject: Timer or Wait or something |
Wow, what and incredibly quick and helpful post. Thanks! That does the job. |
Topic: Timer or Wait or something |
njms
Replies: 3
Views: 4657
|
Forum: zMUD General Discussion Posted: Sun Dec 05, 2004 10:55 pm Subject: Timer or Wait or something |
This is what I want to do... I want to have multipile timers (at differing intervals) which reset when I recieve a line from the MUD. For example:
Trigger line
(timer resets to 2.5 seconds)
.
.
... |
|