From 0bb5428b260edf89c13c4ae3438b3416e491bc05 Mon Sep 17 00:00:00 2001 From: dominik Date: Mon, 13 Dec 2004 22:13:02 +0000 Subject: (svn r1077) Implements scripts/autoexec.scr to get executed on game starting (sign_de) - %! allows to merge alias parameters - \% allows to use % in alias strings - "alias" command now overwrites the old alias list entry --- scripts/readme.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/readme.txt b/scripts/readme.txt index d8dafaaaa..8c126a3a2 100644 --- a/scripts/readme.txt +++ b/scripts/readme.txt @@ -8,6 +8,7 @@ OpenTTD supports scripts. - 'on_dedicated.scr' is additionally executed when you start a dedicated server - 'pre_server.scr' is executed before the server is started - 'pre_dedicated.scr' is additionally executed when you start a dedicated server + - 'autoexec.scr' is executed on gamestart [use this for custom aliases per ex.] For examples how a script can look, check the .example examples. -- cgit v1.2.3-54-g00ecf