Author |
Message |
Topic: #capture, Multi-Line, #cond, Colour... |
Yanuth
Replies: 4
Views: 5442
|
Forum: zMUD General Discussion Posted: Fri Mar 10, 2006 6:27 pm Subject: That little bit further |
Hello :)
For all the people that happen to care how this goes... I actually managed to get something myself with some effort... Still not fully there, but now I have:
#temp {%e[31m} ... |
Topic: #capture, Multi-Line, #cond, Colour... |
Yanuth
Replies: 4
Views: 5442
|
Forum: zMUD General Discussion Posted: Fri Mar 10, 2006 5:40 pm Subject: Almost there :) |
Phew :)
I managed to refind the post I initially got the hint from, the post pointed here #temp {
//Some code/pattern that fires if a line is NOT green, or red, use whatever you like in your ... |
Topic: #capture, Multi-Line, #cond, Colour... |
Yanuth
Replies: 4
Views: 5442
|
Forum: zMUD General Discussion Posted: Wed Mar 08, 2006 9:05 am Subject: #capture, Multi-Line, #cond, Colour... |
Hello again ;)
I would like to start off saying I've been scanning the past posts on the subject(s) for several hours now in total and can't seem to find just the solution I need, nor parts of it t ... |
Topic: Looping and Solving |
Yanuth
Replies: 2
Views: 3037
|
Forum: zMUD General Discussion Posted: Wed Mar 08, 2006 8:54 am Subject: Looping and Solving |
No-one able to help me with this? |
Topic: Looping and Solving |
Yanuth
Replies: 2
Views: 3037
|
Forum: zMUD General Discussion Posted: Fri Mar 03, 2006 9:43 am Subject: Looping and Solving |
Let me start with the setup in this...
- I have 4 variable files, that each contain a list of 8 word-pieces
(VAR1, VAR2, VAR3, VAR4)
- I have 1 variable file with a list of possible solutions
(S ... |
Topic: Multi Word Variable Accessing... |
Yanuth
Replies: 2
Views: 2794
|
Forum: zMUD General Discussion Posted: Fri Feb 24, 2006 5:09 am Subject: Multi Word Variable Accessing... |
While trying to find a simple solution for a different problem I ran into this little puzzle (for me anyway)...
I can create a variable that has more than 1 word for its name, with a value... By do ... |
Topic: multi-parsing? I don't know how to name the problem [:oops:] |
Yanuth
Replies: 6
Views: 5244
|
Forum: zMUD General Discussion Posted: Thu Feb 23, 2006 1:19 pm Subject: Choices choices... |
Oooh, that also works yeah, except for one small glitch in there...
The lines/messages are not always spaced the same... Which I tried to post in the original question, but some auto-formatting und ... |
Topic: multi-parsing? I don't know how to name the problem [:oops:] |
Yanuth
Replies: 6
Views: 5244
|
Forum: zMUD General Discussion Posted: Wed Feb 22, 2006 6:17 pm Subject: multi-parsing? I don't know how to name the problem [:oops:] |
Thank you SO much for this :) I doubt I would have ever found that :P
And it does indeed list (x1) if there is only one copy, so that will not generate a problem...
Now I just hope the script wi ... |
Topic: multi-parsing? I don't know how to name the problem [:oops:] |
Yanuth
Replies: 6
Views: 5244
|
Forum: zMUD General Discussion Posted: Wed Feb 22, 2006 10:59 am Subject: multi-parsing? I don't know how to name the problem [:oops:] |
I am trying to parse the following line(s):
magic missile (x25)
To then grab the number and put it in a variable called 'magicmissile'... this I can manage...
But sometimes the line contains ... |
|