blob: 99535e37cf35e572cc66ae52bd0a62cd61955c94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Scripting
---------
OpenTTD supports scripts.
- 'on_client.scr' is executed when you join a server as client
- 'on_server.scr' is executed when you start a server / dedicated server
- 'on_dedicated.scr' is additionally executed when you start a dedicated server
For examples how a script can look, check the .example examples.
|