From 0e2994203a59672b5842748152b13580ff9c6383 Mon Sep 17 00:00:00 2001 From: Oscuro87 Date: Tue, 28 Jan 2020 16:30:36 +0100 Subject: [PATCH] Fix a comment I broke --- evennia/scripts/scripts.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/evennia/scripts/scripts.py b/evennia/scripts/scripts.py index 89ff50b10..f89fcb2d6 100644 --- a/evennia/scripts/scripts.py +++ b/evennia/scripts/scripts.py @@ -564,8 +564,9 @@ class DefaultScript(ScriptBase): Restarts an already existing/running Script from the beginning, optionally using different settings. This will first call the stop hooks, and then the start hooks again. -it should not accept 0 at alln seconds. if `None`, will use the - already stored interval. + Args: + interval (int, optional): Allows for changing the interval + of the Script. Given in seconds. if `None`, will use the repeats (int, optional): The number of repeats. If unset, will use the previous setting. start_delay (bool, optional): If we should wait `interval` seconds