diff options
author | rubidium <rubidium@openttd.org> | 2009-01-31 23:50:53 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-01-31 23:50:53 +0000 |
commit | 969af4d97de1109e8eef622d7f04ef4d56fa1905 (patch) | |
tree | 1369877b5da3c4bf69c94b51ea9fbc58a8bc07a9 /bin/scripts/on_server_connect.scr.example | |
parent | 6899955b0cd95e50dbc79f4094858eaa7c823d58 (diff) | |
download | openttd-969af4d97de1109e8eef622d7f04ef4d56fa1905.tar.xz |
(svn r15302) -Add: example file for on_server_connect.scr and document it in the scripts readme
Diffstat (limited to 'bin/scripts/on_server_connect.scr.example')
-rw-r--r-- | bin/scripts/on_server_connect.scr.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/scripts/on_server_connect.scr.example b/bin/scripts/on_server_connect.scr.example new file mode 100644 index 000000000..233cf1b4e --- /dev/null +++ b/bin/scripts/on_server_connect.scr.example @@ -0,0 +1,2 @@ +# Show a MOTD +say "Welcome..." |