Fix quest test

master
Nicolas Weeger 2021-07-18 14:12:34 +02:00
parent 0604070059
commit 0305f60685
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ if (msg == 'st'):
state = who.QuestGetState(qn)
me.Say('quest status:%s'%state)
elif (msg == 'ch'):
who.QuestSetState(qn, 3)
who.QuestSetState(qn, 30)
elif (msg == 'co'):
who.QuestEnd(qn)
who.QuestSetState(qn, 50)
elif (msg == 'wc'):
me.Say('was completed: %s'%who.QuestWasCompleted(qn))
elif (msg == 'qs'):