Author |
Message |
Topic: LOOPDB, expansion of %{key} in a variable name |
Winger
Replies: 7
Views: 5962
|
Forum: zMUD General Discussion Posted: Thu Oct 20, 2005 3:48 am Subject: LOOPDB, expansion of %{key} in a variable name |
Oddly enough
@{HerbBalance/%key}
Gives me a syntax error in the editor, but still works in practice. Perhaps this is a bug and should be edited out as a syntax error? I dunno. |
Topic: LOOPDB, expansion of %{key} in a variable name |
Winger
Replies: 7
Views: 5962
|
Forum: zMUD General Discussion Posted: Wed Oct 19, 2005 12:35 pm Subject: LOOPDB, expansion of %{key} in a variable name |
The #exec bit was helpful, but the first suggestion did nothing. When I used @{HerbBalance/%{key}} it gave me a syntax error and wouldn't work, and when I used {@HerbBalance/%{key}} it returned every ... |
Topic: LOOPDB, expansion of %{key} in a variable name |
Winger
Replies: 7
Views: 5962
|
Forum: zMUD General Discussion Posted: Wed Oct 19, 2005 12:34 am Subject: LOOPDB, expansion of %{key} in a variable name |
Basically, the part I'm having issues with is this
#LOOPDB @afflictions {
#ECHO %key %val
#IF (!@HerbBalance/herbbal AND @HerbBalance/%{key} = 1) {
#echo Should have eaten!
... |
Topic: Why are people having trouble getting a new license? |
Winger
Replies: 17
Views: 28380
|
Forum: zMUD General Discussion Posted: Mon Sep 26, 2005 2:09 am Subject: Change email? |
I tried to upgrade Zmud right off. I went to the "Get Liscense" button before upgrade, maybe I was jumpy. Point of the matter is either A) I mis-clicked and accidentally went past the email change wit ... |
Topic: Within Lines |
Winger
Replies: 4
Views: 4313
|
Forum: zMUD General Discussion Posted: Thu Sep 02, 2004 10:48 am Subject: Within Lines |
#TRIGGER {^You eat a ginseng root.$} {
HerbBalance/herbbal = 1
Balances/slike = 0
HerbBalance/stunned = 0
HerbBalance/badbelt = 0
HerbBalance/badbelt1 = 0
HerbBalance/ ... |
Topic: Within Lines |
Winger
Replies: 4
Views: 4313
|
Forum: zMUD General Discussion Posted: Thu Sep 02, 2004 4:35 am Subject: Within Lines |
I don't know what it is, maybe it's just my bad luck, or something, but I've been trying to work with "Within Lines" and it hasn't been working correctly. Let me explain the situation.
For starters, ... |
Topic: Continuing a loop on a trigger |
Winger
Replies: 2
Views: 4248
|
Forum: zMUD General Discussion Posted: Tue Jun 08, 2004 6:01 am Subject: Continuing a loop on a trigger |
Perhaps I'm too tired to get my brain to work correctly, but I'm trying to find a way to do a certain thing. I'll explain it as best I can, sorry if I don't make it too clear.
Alright, I want to st ... |
Topic: Simply a mess. |
Winger
Replies: 4
Views: 4718
|
Forum: zMUD General Discussion Posted: Fri May 28, 2004 2:32 am Subject: Simply a mess. |
Thank you! I'm glad you took the time to both analyse and fix the coding, as well as provide a different method of acheiving my goal. I'll make sure to look it over and decide on which is the most sui ... |
Topic: Showing Value in Echo |
Winger
Replies: 2
Views: 3008
|
Forum: zMUD General Discussion Posted: Thu May 27, 2004 5:50 am Subject: Showing Value in Echo |
For the life of me, I have tried innumerous ways to get this to actually show the -value- of the variable, and yet, it doesn't seem to be working.
Combat/tempelm = %expand( %concat( "@Smoking/", % ... |
Topic: Simply a mess. |
Winger
Replies: 4
Views: 4718
|
Forum: zMUD General Discussion Posted: Thu May 27, 2004 2:53 am Subject: Simply a mess. |
Greetings. You all must be piss tired of me by now. However, I'm hoping someone has a way of simplifying a huge mess of functions I've made in several areas, that I think might be slowing the computer ... |
Topic: Slow initialization |
Winger
Replies: 2
Views: 3581
|
Forum: zMUD General Discussion Posted: Thu May 27, 2004 2:44 am Subject: Slow initialization |
Thing is, I have no maps or databases to my knowledge. I do however, have some wild coding in a few of my classes. Would that slow it down -that- much? |
Topic: Slow initialization |
Winger
Replies: 2
Views: 3581
|
Forum: zMUD General Discussion Posted: Wed May 26, 2004 10:43 pm Subject: Slow initialization |
For some strange reason, when I attempt to open some characters, Zmud takes more than a minute to process and finally complete the command. However, when I attempt to open others, it takes less than a ... |
Topic: Variable.. referencing? |
Winger
Replies: 3
Views: 6675
|
Forum: zMUD General Discussion Posted: Sun May 23, 2004 11:54 pm Subject: Variable.. referencing? |
To be entirely honest, and I realize this will sound weird, but I can't remember exactly why I wanted to know that. All I remember is that there was a really good reason for it. I wish I had a better ... |
Topic: Variable.. referencing? |
Winger
Replies: 3
Views: 6675
|
Forum: zMUD General Discussion Posted: Sun May 23, 2004 5:15 am Subject: Variable.. referencing? |
I'm not sure if I stated it correctly, but I've been trying to use a variable.. as the name of a variable. For instance, if I recieve the text
"Winger begins to swing his rapier over his head." or so ... |
|