Author |
Message |
Topic: %roomnum into a variable |
Htor
Replies: 1
Views: 2169
|
Forum: zMUD General Discussion Posted: Fri Mar 25, 2005 12:22 am Subject: %roomnum into a variable |
got it working, please delete |
Topic: %roomnum into a variable |
Htor
Replies: 1
Views: 2169
|
Forum: zMUD General Discussion Posted: Thu Mar 24, 2005 11:12 pm Subject: %roomnum into a variable |
I am looking to Mark a roomnumber as a variable, but Since %roomnum() Just shows the current rooms number, I am having problems.
What I was thinking is:
#var room1 {%roomnum()}
My goal is to be ... |
Topic: Button Window |
Htor
Replies: 6
Views: 3718
|
Forum: zMUD General Discussion Posted: Fri Dec 17, 2004 1:54 pm Subject: Button Window |
Why not just Macro them? You can keep your hands on the keybord. See "Introduction to Macros" in the help file. |
Topic: Conditions help please |
Htor
Replies: 0
Views: 1692
|
Forum: zMUD General Discussion Posted: Fri Dec 17, 2004 1:49 pm Subject: Conditions help please |
I am trying to set some conditons, but am completely lost, and the help file isn't very helpfull. I am trying to set conditions for this trigger:
#TRIGGER "come" {@one *- &roomname}
I am l ... |
Topic: having problems undestanding how to manipulate triggers |
Htor
Replies: 1
Views: 2138
|
Forum: zMUD General Discussion Posted: Tue Dec 14, 2004 11:31 pm Subject: having problems undestanding how to manipulate triggers |
Never mind... I got it |
Topic: Changing colors on the mapper? |
Htor
Replies: 2
Views: 2790
|
Forum: zMUD General Discussion Posted: Tue Dec 14, 2004 9:13 am Subject: Changing colors on the mapper? |
I did it a little bit differently
#alias mcm {#menu {Mapper|file|Map Creation Mode}}
#alias fm {#menu {Mapper|file|Follow Mode}}
#alias purple {%roomcol( ,purple)}
This is works if you are mud ... |
Topic: having problems undestanding how to manipulate triggers |
Htor
Replies: 1
Views: 2138
|
Forum: zMUD General Discussion Posted: Tue Dec 14, 2004 8:53 am Subject: having problems undestanding how to manipulate triggers |
been racking my brain trying to get this to work for hours now, with no use. Can anyone tell me why
#ALIAS pathhi {#PATHHI %walk( %item( %mapquery( {[NAME] LIKE '<%replace("%-1","'","''")>'} ... |
Topic: Locating with in zone |
Htor
Replies: 6
Views: 4676
|
Forum: zMUD General Discussion Posted: Mon Oct 11, 2004 3:53 pm Subject: Locating with in zone |
Is there a Command that will clear the highlighted rooms? |
Topic: Locating with in zone |
Htor
Replies: 6
Views: 4676
|
Forum: zMUD General Discussion Posted: Fri Oct 01, 2004 4:04 pm Subject: Locating with in zone |
It would really be nice if there was a #zonequery, or just a #locate command....Perhaps this thread will start one.
Nexela, thanks for the help. I can work with your script, but how do I clear it ... |
Topic: Locating with in zone |
Htor
Replies: 6
Views: 4676
|
Forum: zMUD General Discussion Posted: Thu Sep 30, 2004 2:07 pm Subject: Locating with in zone |
Hrmm...
I am trying to locate where other people are within my zone, just to keep track of their location. I am playing WOTMUD, and the "where" out put is something like:
People in your zone: ... |
Topic: Locating with in zone |
Htor
Replies: 6
Views: 4676
|
Forum: zMUD General Discussion Posted: Thu Sep 30, 2004 7:19 am Subject: Locating with in zone |
I am trying to find a way to make automaper select a specific room within my current zone.
the best that I am able to do is #MAPQUERY {[Name] LIKE '%thisistheroomthatIwannaselect%'} but that brings u ... |
|