From 426aa514fffd879e6b81f75fec22901aaf111e89 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 28 May 2005 16:59:51 +0000 Subject: (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...' --- scripts/autoexec.scr.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/autoexec.scr.example') diff --git a/scripts/autoexec.scr.example b/scripts/autoexec.scr.example index 3057ea971..af1b66d21 100644 --- a/scripts/autoexec.scr.example +++ b/scripts/autoexec.scr.example @@ -1,6 +1,4 @@ -# # send chat messages from the console with -# # ] s i love this chat # -alias "s" "say %!" \ No newline at end of file +alias s "say %!" \ No newline at end of file -- cgit v1.2.3-70-g09d2