Improved install instruction for tb_magic
This commit is contained in:
parent
bdd5d7f6ca
commit
efd6774e02
1 changed files with 27 additions and 21 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue