diff --git a/python/dialog/pre/quest.py b/python/dialog/pre/quest.py index 2aa008140..d2e8029e8 100644 --- a/python/dialog/pre/quest.py +++ b/python/dialog/pre/quest.py @@ -24,7 +24,7 @@ if stage == "complete": # todo: implement this pass if stage.find("-") == -1: - if stage[1] == "=": + if stage[0] == "=": startstep = int(stage[1:]) endstep = startstep else: