T0yman wrote:
Local Game Time=03/29/40 01:31:32 PM
Active Players=0
Percent Players Good=N/A
Active Aliens=0
Percent Aliens Good=N/A
I see what you're talking about Toyman.

I think it is working better with that replaceText line because =03/29/40 would all be treated as one word. If you are wanting to get text from = to the end of the line every time, SupG and some of the other scripters helped me work out a way to do that fairly easy. Was something like this :
Code:
setVar $line $line & "EOL"
getText $line $var "=" "EOL"
I was asking for EOL to be hard coded or whatever into TWX and Xide might have done that in one of the versions after 2.0 because he said in that discussion that this was actually something he had been wanting too.
And if I remember correctly (it was back in 03 and I'm not getting any younger

) I think I was able to use just EOL in some of my scripts after that, without having to merge text with that setVar line adding "EOL" or "[EOL]" or whatever you wanted to use to the end of the original line, like after 2.0 or 2.01 came out or something. I will have to play with it in a simple script and see if that works.
The discussion was over at
http://www.twxproxy.com/support.php?show=538&start=136I was Thor over there. Just another way to think about doing it.
