You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/scripts/readme.txt

12 lines
296 B
Plaintext

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.