summaryrefslogtreecommitdiff
path: root/scripts/autoexec.scr.example
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-05-28 16:59:51 +0000
committerDarkvater <Darkvater@openttd.org>2005-05-28 16:59:51 +0000
commitad30c7a2c1f8c0aa92493d1525182163ebcd4589 (patch)
tree16197bc31e9a939437238374d21b651af9438348 /scripts/autoexec.scr.example
parent457434ea596db1bf2e9014bc605144e066b32047 (diff)
downloadopenttd-ad30c7a2c1f8c0aa92493d1525182163ebcd4589.tar.xz
(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...'
Diffstat (limited to 'scripts/autoexec.scr.example')
-rw-r--r--scripts/autoexec.scr.example4
1 files changed, 1 insertions, 3 deletions
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