23 if stage.find(
"-") == -1:
25 startstep = int(stage[1:])
28 startstep = int(stage)
31 startstep = int(stage.split(
"-")[0])
32 endstep= int(stage.split(
"-")[1])
34 currentstep = character.QuestGetState(questname)
35 if currentstep < startstep:
37 if endstep > -1
and currentstep > endstep: