mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 08:16:30 +01:00
Fix a comment I broke, part 2...
This commit is contained in:
parent
0e2994203a
commit
e8dc8a93d3
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