830 bytes added,
13:08, 21 October 2014 The autorun.txt file runs when the client is first started. Here are some examples of what can be used in the autorun.txt file which have been taken from multiple sources of the Wurmpedia.
== Examples ==
The following opens windows when the client loads:
<pre>
toggle skills
toggle inventory
toggle stats
</pre>
This stops kingdom chat from loading when the game starts, but sometimes someone gets in a message before it takes effect. Placing it at the top of the file may help.
<pre>
say /kchat
</pre>
You could add this to know how much sleep bonus you have when you log in. This works best at the bottom of the file.
<pre>
say /sleep
</pre>
You could add this to know how long the server has been up. This works best at the bottom of the file.
<pre>
say /uptime
</pre>
[[Category:Technical Details]]
[[Category:Babel/A]]