Complete reshuffling of contribs. Not moved tests

This commit is contained in:
Griatch 2021-12-18 21:48:08 +01:00
parent 0ab1c30716
commit a6cb94056c
27 changed files with 552 additions and 29 deletions

View file

@ -0,0 +1,16 @@
# Script example
Griatch - 2012
Example script for testing. This adds a simple timer that has your
character make observations and notices at irregular intervals.
To test, use (in game)
> script me = contrib.tutorials.bodyfunctions.BodyFunctions
## Notes
Use `scripts me` to see the script running on you. Note that even though
the timer ticks down to 0, you will _not_ see an echo every tick (it's
random if an echo is given on a tick or not).