Improved install instruction for tb_magic

This commit is contained in:
Griatch 2020-01-18 12:45:50 +01:00
parent bdd5d7f6ca
commit efd6774e02

View file

@ -44,6 +44,12 @@ instead of the default:
class Character(TBMagicCharacter): class Character(TBMagicCharacter):
Note: If your character already existed you need to also make sure
to re-run the creation hooks on it to set the needed Attributes.
Use `update self` to try on yourself or use py to call `at_object_creation()`
on all existing Characters.
Next, import this module into your default_cmdsets.py module: Next, import this module into your default_cmdsets.py module:
from evennia.contrib.turnbattle import tb_magic from evennia.contrib.turnbattle import tb_magic