Author |
Message |
Topic: Problem with %numparam() |
Caels
Replies: 12
Views: 20063
|
Forum: zMUD General Discussion Posted: Sat Feb 24, 2007 1:24 am Subject: Problem with %numparam() |
Now that's a nifty feature.
Thanks for all the input everyone! I'll try this out as opposed to the #forall and @list method I'm using right now |
Topic: Problem with %numparam() |
Caels
Replies: 12
Views: 20063
|
Forum: zMUD General Discussion Posted: Fri Feb 23, 2007 12:20 am Subject: Problem with %numparam() |
Wouldn't %1 return only 1 word though? |
Topic: Vista Connection Problem |
Caels
Replies: 20
Views: 76837
|
Forum: zMUD General Discussion Posted: Thu Feb 22, 2007 6:00 am Subject: Vista Connection Problem |
read Porsche's post above. He tells you how to get around it |
Topic: Problem with %numparam() |
Caels
Replies: 12
Views: 20063
|
Forum: zMUD General Discussion Posted: Thu Feb 22, 2007 5:03 am Subject: Problem with %numparam() |
Well, I found a crappy work around, but it works.
instead of using the %numparam() and a #loop, I set list = %1, then do #forall @list {blah blah blah}.
Downside is, its awkward to type vertical ... |
Topic: Problem with %numparam() |
Caels
Replies: 12
Views: 20063
|
Forum: zMUD General Discussion Posted: Thu Feb 22, 2007 4:45 am Subject: Problem with %numparam() |
Hmm...
I rearranged the scripts a little and reduced r and P to 1 line each and the problem continues... I'm at a loss as to what else to try. |
Topic: Problem with %numparam() |
Caels
Replies: 12
Views: 20063
|
Forum: zMUD General Discussion Posted: Thu Feb 22, 2007 4:13 am Subject: Problem with %numparam() |
Further testing reveals, yes it is the GSL triggers.
I went through these same things and removed all occurrences of the GSL triggers and it worked fine.
Is it possible to test for GSL codes wit ... |
Topic: Problem with %numparam() |
Caels
Replies: 12
Views: 20063
|
Forum: zMUD General Discussion Posted: Thu Feb 22, 2007 3:55 am Subject: Problem with %numparam() |
Having the same problem after reinstall. |
Topic: Problem with %numparam() |
Caels
Replies: 12
Views: 20063
|
Forum: zMUD General Discussion Posted: Thu Feb 22, 2007 3:52 am Subject: Problem with %numparam() |
After some consideration, it seems the problem might be other triggers triggering on those letters.
For example... the game is GemStone IV. I'm triggering off of many of the GSL codes, so my trigge ... |
Topic: Problem with %numparam() |
Caels
Replies: 12
Views: 20063
|
Forum: zMUD General Discussion Posted: Thu Feb 22, 2007 3:45 am Subject: Problem with %numparam() |
After some testing, it seems the problem may have something to do with the letters in the parameters.
I used the testParam alias from the documentation and played around with it. Here's what I'm g ... |
Topic: Problem with %numparam() |
Caels
Replies: 12
Views: 20063
|
Forum: zMUD General Discussion Posted: Thu Feb 22, 2007 3:10 am Subject: Problem with %numparam() |
And just now it returned a -1 %numparam() with 2 parameters on the commandline. |
Topic: Problem with %numparam() |
Caels
Replies: 12
Views: 20063
|
Forum: zMUD General Discussion Posted: Thu Feb 22, 2007 3:06 am Subject: Problem with %numparam() |
I made a short script for grabbing things from my container and placing it in my locker. But the %numparam() function is returning 0 every time.
#if (@weaponsIn = 0) {put @weapon in ... |
|