summaryrefslogtreecommitdiff
path: root/scripts/readme.txt
diff options
context:
space:
mode:
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.
+