diff options
Diffstat (limited to 'vba_autoplayer.py')
-rw-r--r-- | vba_autoplayer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vba_autoplayer.py b/vba_autoplayer.py index 349fc20..caf76d5 100644 --- a/vba_autoplayer.py +++ b/vba_autoplayer.py @@ -28,7 +28,7 @@ def skippable(func): """ Makes a function skippable. - Saves the state before and after the function runs. + Saves the state before and after the function runs. Pass "skip=True" to the function to load the previous save state from when the function finished. """ |