Update Scripts.md

This commit is contained in:
homeofpoe 2022-10-25 09:01:05 -07:00 committed by GitHub
parent bf6eeb288f
commit 65c863ce01

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"