Merge pull request #2947 from homeofpoe/patch-4

Update Scripts.md
This commit is contained in:
Griatch 2022-10-26 19:00:15 +02:00 committed by GitHub
commit 4450426ca0

View file

@ -377,7 +377,7 @@ Here's how to tell Evennia to manage the script in settings:
GLOBAL_SCRIPTS = {
"my_script": {
"typeclass": "scripts.Weather",
"typeclass": "typeclasses.scripts.Weather",
"repeats": -1,
"interval": 50,
"desc": "Weather script"