From 376868b04077cca6ac7336544cfa45978af18166 Mon Sep 17 00:00:00 2001 From: truelight Date: Mon, 13 Dec 2004 14:43:41 +0000 Subject: (svn r1050) -Fix: [Network] Scripts are no longer under revision control -Add: [Network] Moved original scripts to be example scripts --- scripts/readme.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/readme.txt (limited to 'scripts/readme.txt') diff --git a/scripts/readme.txt b/scripts/readme.txt new file mode 100644 index 000000000..20132b62c --- /dev/null +++ b/scripts/readme.txt @@ -0,0 +1,11 @@ +Scripting +--------- + +OpenTTD supports scripts. + + - 'on_client.scr' is runned when you join a server as client + - 'on_server.scr' is runned when you start a server + - 'on_dedicated.scr' is runned when you start a dedicated server + +For examples how a script can look, check the .example examples. + -- cgit v1.2.3-54-g00ecf