evennia/evennia/contrib/tutorials/bodyfunctions
2022-11-10 22:21:12 +01:00
..
__init__.py Complete reshuffling of contribs. Not moved tests 2021-12-18 21:48:08 +01:00
bodyfunctions.py Format code imports 2022-11-10 22:21:12 +01:00
README.md Clean up contrib docs, autogeneration 2022-01-08 15:04:07 +01:00
tests.py Format code imports 2022-11-10 22:21:12 +01:00

Script example

Contribution by Griatch, 2012

Example script for testing. This adds a simple timer that has your character make small verbal observations 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).