06 Oct 10, 09:32PM
current_version is part of the output of the masterserver and a new command to enable us to inform the players of new releases in-game. To avoid getting this error you might want to put into your autoexec.cfg until you're running a binary that has this built-in command. It was added in revision 5671.
regarding the problems with saved.cfg - eihrul tells me the fix (rev.5679) "non-broken variable modifying commands" is exactly what was needed.
I've downloaded the example script, which doesn't appear to be complete BTW - the function/alias "c" (as in [echo (c 0)You...]) isn't defined. I expect it's simply
Anyway, a lot of that script is overly complicated - for example calling
[SELECT ALL] Code:
current_version = []
regarding the problems with saved.cfg - eihrul tells me the fix (rev.5679) "non-broken variable modifying commands" is exactly what was needed.
I've downloaded the example script, which doesn't appear to be complete BTW - the function/alias "c" (as in [echo (c 0)You...]) isn't defined. I expect it's simply
[SELECT ALL] Code:
c = [ result (concatword "\f" $arg1) ] // replace "\f" with FORMFEED
[SELECT ALL] Code:
echo (concat bla bla bla)
// this is the same as
echo bla bla bla