summaryrefslogtreecommitdiff
path: root/scripts/readme.txt
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-13 14:43:41 +0000
committertruelight <truelight@openttd.org>2004-12-13 14:43:41 +0000
commit376868b04077cca6ac7336544cfa45978af18166 (patch)
treee550e7462b60e59771b066e485cc4b4edcb1b1a7 /scripts/readme.txt
parent67731d344e860d9a1460011e054214f11eeb5d2b (diff)
downloadopenttd-376868b04077cca6ac7336544cfa45978af18166.tar.xz
(svn r1050) -Fix: [Network] Scripts are no longer under revision control
-Add: [Network] Moved original scripts to be example scripts
Diffstat (limited to 'scripts/readme.txt')
-rw-r--r--scripts/readme.txt11
1 files changed, 11 insertions, 0 deletions
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.
+