1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-16 02:59:10 +00:00

(svn r1050) -Fix: [Network] Scripts are no longer under revision control

-Add: [Network] Moved original scripts to be example scripts
This commit is contained in:
truelight
2004-12-13 14:43:41 +00:00
parent f80094deb7
commit 4d7c2e9d90
4 changed files with 11 additions and 0 deletions

11
scripts/readme.txt Normal file
View File

@@ -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.