Author |
Message |
Topic: Log files in sub-folders |
Darkmere
Replies: 3
Views: 6626
|
Forum: zMUD General Discussion Posted: Thu Feb 12, 2004 3:21 am Subject: Log files in sub-folders |
Worked, ty
-Darkmere |
Topic: Log files in sub-folders |
Darkmere
Replies: 3
Views: 6626
|
Forum: zMUD General Discussion Posted: Thu Feb 12, 2004 2:54 am Subject: Log files in sub-folders |
I was attepmpting to set up a log, and the file name/location was
planned to be: SysLog/NameOfFile.txt
1. Setting it up like this the first attempt, created no log.
2. I then manually created th ... |
Topic: Maximum value function |
Darkmere
Replies: 8
Views: 9243
|
Forum: zMUD General Discussion Posted: Wed Dec 17, 2003 5:39 pm Subject: Maximum value function |
Thanks LightBulb,
That was the trick, it must have been comparing string values when it was over 10,000.
%number fixed that problem.
Thanks,
-Darkmere |
Topic: Maximum value function |
Darkmere
Replies: 8
Views: 9243
|
Forum: zMUD General Discussion Posted: Tue Dec 16, 2003 1:59 am Subject: Maximum value function |
Ok, update and new question:
Here is the working version we came up with that does exactly as it should.
The questions is, why this is buggy with variables with values over 10000.
Example: If ... |
Topic: Maximum value function |
Darkmere
Replies: 8
Views: 9243
|
Forum: zMUD General Discussion Posted: Fri Dec 12, 2003 1:23 am Subject: Maximum value function |
A good friend of mine showed me %item, rather then %pos
[code]#SHOW %item(@PlayerScoreNames, %ismember(%max(%expandlist(@PlayerScores, ", ")), @PlayerScores))[/code]
Outputs: Arianna
-Darkmere |
Topic: Maximum value function |
Darkmere
Replies: 8
Views: 9243
|
Forum: zMUD General Discussion Posted: Thu Dec 11, 2003 9:52 pm Subject: Maximum value function |
I see, I feared this was the case when I started looking closer at the short help file.
If you, or anyone else, has an alternate idea to solve this problem please post!
If you are really bored o ... |
Topic: Maximum value function |
Darkmere
Replies: 8
Views: 9243
|
Forum: zMUD General Discussion Posted: Thu Dec 11, 2003 9:07 pm Subject: Maximum value function |
What I am trying to do, is search a list of variables (that contain number values) and trying to get the max value, as well as the name of the variable.
I know there must be a simple way to do th ... |
Topic: Pattern Matching |
Darkmere
Replies: 4
Views: 5702
|
Forum: zMUD General Discussion Posted: Fri Nov 28, 2003 3:27 am Subject: Pattern Matching |
The ~ was an attempt to recognize the ! in the case it was a special character.
The == works just the same as = in my applications, and unless it is an absolute /must/ then I'm not going to go throug ... |
Topic: Pattern Matching |
Darkmere
Replies: 4
Views: 5702
|
Forum: zMUD General Discussion Posted: Thu Nov 27, 2003 12:32 am Subject: Pattern Matching |
Is there a way to get a trigger to recognize a pattern starting with a "!" ?
Here is the idea:
#IF (%2 == "~!page") {blah} {blah}
It doesnt seem to work begining with the "!" mark, but if I remove ... |
Topic: Blue Window? |
Darkmere
Replies: 9
Views: 10892
|
Forum: zMUD General Discussion Posted: Thu Sep 25, 2003 1:50 am Subject: Blue Window? |
Well right clicking on the window produces no window, so I found that option within another menu (somewhere in settings) and this was the exact problem! One click and all back to normal.
Thanks so ... |
Topic: Blue Window? |
Darkmere
Replies: 9
Views: 10892
|
Forum: zMUD General Discussion Posted: Tue Sep 23, 2003 10:05 pm Subject: Blue Window? |
I am able to arrange it any way possible, but none fix the display. And it is the window selected when trying to edit.
I suppose I'll try to import as many of my settings into a new character file ... |
Topic: Blue Window? |
Darkmere
Replies: 9
Views: 10892
|
Forum: zMUD General Discussion Posted: Tue Sep 23, 2003 9:13 pm Subject: Blue Window? |
Color is set how it always was, black background and gray text.. nothing has changed there. |
Topic: Blue Window? |
Darkmere
Replies: 9
Views: 10892
|
Forum: zMUD General Discussion Posted: Tue Sep 23, 2003 1:17 am Subject: Blue Window? |
Well the problem is, that I have had a layout fixed and locked for many months now, and not changed a thing. Then I start typing, not paying attention and all of a sudden it goes blue. I can move the ... |
Topic: Wholist help |
Darkmere
Replies: 5
Views: 8148
|
Forum: zMUD General Discussion Posted: Mon Sep 22, 2003 9:27 pm Subject: Wholist help |
Give an example of the who list format |
Topic: Blue Window? |
Darkmere
Replies: 9
Views: 10892
|
Forum: zMUD General Discussion Posted: Mon Sep 22, 2003 9:21 pm Subject: Blue Window? |
This is the second time it has happend, and Im not sure what caused it. Perhaps I hit something by mistake.
Here is a screenshot:
http://www.romscripts.com/images/blue.jpg
Any help to fix this ... |
Topic: Lists and commas |
Darkmere
Replies: 2
Views: 3827
|
Forum: zMUD General Discussion Posted: Mon Jul 07, 2003 8:46 pm Subject: Lists and commas |
Here is what I am trying to do:
I want to send someone a list variable over a tell communication, and
want the items to be seperated by commas instead of the | character.
I tried to use a #SUB ... |
Topic: Searching mass variables |
Darkmere
Replies: 7
Views: 8577
|
Forum: zMUD General Discussion Posted: Mon Jun 09, 2003 8:48 pm Subject: Searching mass variables |
Could you perhaps expand on your idea, Death? The previous code works perfect for my version, but I have a friend on 6.16 that would like to use the same basic idea : But it doesnt seem to work on his ... |
Topic: Searching mass variables |
Darkmere
Replies: 7
Views: 8577
|
Forum: zMUD General Discussion Posted: Sun Jun 08, 2003 11:14 pm Subject: Searching mass variables |
Vijilante, you have the exact idea I'm looking for. The only problem is, when I try to put your script in, or the one above yours, I get the same syntax error :
...{#IF (%session.VarNum(%i).ClassN ... |
Topic: Searching mass variables |
Darkmere
Replies: 7
Views: 8577
|
Forum: zMUD General Discussion Posted: Sat Jun 07, 2003 11:17 pm Subject: Searching mass variables |
Is there any way to search a class of list variables for information, and collect the variable names into another list?
For example, say I have a class of nothing but this:
#VAR A {a}
#VAR B {a ... |
Topic: Room Capture script question |
Darkmere
Replies: 6
Views: 7803
|
Forum: zMUD General Discussion Posted: Sat Jun 07, 2003 1:30 am Subject: Room Capture script question |
Thats what I had in the begining - If I use that, it sets the value of @zone to Testzone1
Then - I look at a room and I get this echo
|599H 530M 346V > Menial Quarters [ S ]
Menial Quarters has ... |
Topic: Room Capture script question |
Darkmere
Replies: 6
Views: 7803
|
Forum: zMUD General Discussion Posted: Sat Jun 07, 2003 1:17 am Subject: Room Capture script question |
Ok, I used the syntax you suggested, and fixed that up - no more dangling variables around. But -- I'm still an a loss as to how to solve my problem.
Im trying to capture roomnames into variables. ... |
Topic: Editor Window |
Darkmere
Replies: 1
Views: 3479
|
Forum: zMUD General Discussion Posted: Sat Jun 07, 2003 12:03 am Subject: Editor Window |
On 6.62 you can drag the title bar of the editor around, if you pull it back up to the base of the alias window, it automatically docks.
-Darkmere
|
Topic: Room Capture script question |
Darkmere
Replies: 6
Views: 7803
|
Forum: zMUD General Discussion Posted: Fri Jun 06, 2003 11:24 pm Subject: Room Capture script question |
The problem is not with @string, I have no trouble with storing values into it..
I have an alias that prompts for a new zone (example - Midgaard) to store the @string into.
What I want to do, is ... |
Topic: Room Capture script question |
Darkmere
Replies: 6
Views: 7803
|
Forum: zMUD General Discussion Posted: Fri Jun 06, 2003 10:43 pm Subject: Room Capture script question |
Here is what I'm trying to do. When ever my window comes across the pattern in the trigger, I want it to capture the name into a variable -
i.e.
|599H 530M 346V > Menial Quarters [ S ]
I want i ... |
Topic: Problems with #sub and ansi color |
Darkmere
Replies: 3
Views: 5015
|
Forum: zMUD General Discussion Posted: Tue May 27, 2003 8:44 pm Subject: Problems with #sub and ansi color |
quote:
I'm using the following trigger (somplified) to gag mud prompts and display them in a nicer format.
#trigger {^< &{stuff} > &{rest}$} {#if @rest="" {#gag} {#sub @res ... |
|