|
zhas Newbie
Joined: 06 Oct 2002 Posts: 3 Location: USA
|
Posted: Fri May 23, 2003 2:44 am
Map Creation from Logfile |
Has anyone had success with creating a map from a logfile? Even when increasing the number of lines parsed, the log file reads too quickly for the parser to process. Ill get like 3 rooms mad and thats it.
Is there a way to slow down the rate in which the log file is read?
Refresh rate appears to have no effect on this. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri May 23, 2003 11:27 am |
Never tried it. I can believe that it would be too fast though. You can of course slow things down by using a script that %read's #ECHO's and pauses on certain lines. A good method is to have a single alias that handles the reading and echoing within a #WHILE. Have it check for a prompt with the =~ pattern matching operator. When encountered it creates an #ALARM to reactivate the alias after a short pause, and ends the while.
|
|
|
|
|
|