mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update Scripts.md
This commit is contained in:
parent
bf6eeb288f
commit
65c863ce01
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue