Author |
Message |
Topic: Forced Mapping |
jptaylor
Replies: 1
Views: 2935
|
Forum: zMUD General Discussion Posted: Mon Mar 07, 2005 11:48 pm Subject: Forced Mapping |
Ok I have a room scrip that looks like this
n
Branches Under Eluten ook
You are traveling along a series of branches bound together by nature to serve as an aide for Eluten's brave, noble
defender ... |
Topic: get/put .txt logging. |
jptaylor
Replies: 6
Views: 5610
|
Forum: zMUD General Discussion Posted: Tue Feb 15, 2005 5:15 am Subject: get/put .txt logging. |
Hmm. How about instead of a text file use the zMUD database.
The you could add delete entries at will and even group them by who took them or what items.
I haven't had much experiance with the datab ... |
Topic: #if commands |
jptaylor
Replies: 6
Views: 8519
|
Forum: zMUD General Discussion Posted: Tue Feb 15, 2005 5:10 am Subject: #if commands |
Ahh. I misread the problem I think.
I didn't know he was looking for a que.
Thought he was having a problem with turning his balance and equalibrium triggers off. |
Topic: #if commands |
jptaylor
Replies: 6
Views: 8519
|
Forum: zMUD General Discussion Posted: Tue Feb 15, 2005 4:41 am Subject: #if commands |
How about this?
#IF ((@balance = 1) & (@equalibrium=1)) {cast reflection on me}
or
#IF ((@balance = @equalibrium) & (@balance != 0)) {cast reflection on me}
The first if they are just se ... |
Topic: Zmud Closes at Random |
jptaylor
Replies: 2
Views: 3953
|
Forum: zMUD General Discussion Posted: Tue Feb 15, 2005 4:28 am Subject: Zmud Closes at Random |
It's not my buttons. Seems to be with the map.
Anything with it closing while walking from one place to the next with the click and walk during slow walk? |
Topic: Zmud Closes at Random |
jptaylor
Replies: 2
Views: 3953
|
Forum: zMUD General Discussion Posted: Mon Feb 14, 2005 6:02 pm Subject: Zmud Closes at Random |
I have a problem with zmud closing at random.
Any ideas?
It doesn't crash. I don't get an error message or anything.
And I have no triggers to close the program. |
|