scripts/on_client.scr.example
author Darkvater
Sat, 28 May 2005 16:59:51 +0000
changeset 1866 200d225a85ff
parent 623 e0e3e0340097
permissions -rw-r--r--
(svn r2372) - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality
- Fix (console): any line starting with a '#' is a comment so ignore it
- Fix (console): The special variables whose value can only be set by a custom process should, also print out their newly set value there, instead of relying on the default printout which is slightly confusing. Eg after you change the value it still printed out 'current value for...' instead of 'XXX changed to...'
247
1cbc32ff06eb (svn r248) -Feature: console script files "exec myscript.file"
darkvater
parents:
diff changeset
     1
echo "Setting default network client settings..."
1866
200d225a85ff (svn r2372) - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality
Darkvater
parents: 623
diff changeset
     2
name = "myname"