mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
Fix a comment I broke, part 2...
This commit is contained in:
parent
92d70691f4
commit
abf7167e08
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ class DefaultScript(ScriptBase):
|
|||
first call the stop hooks, and then the start hooks again.
|
||||
Args:
|
||||
interval (int, optional): Allows for changing the interval
|
||||
of the Script. Given in seconds. if `None`, will use the
|
||||
of the Script. Given in seconds. if `None`, will use the already stored interval.
|
||||
repeats (int, optional): The number of repeats. If unset, will
|
||||
use the previous setting.
|
||||
start_delay (bool, optional): If we should wait `interval` seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue