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) state = who.QuestGetState(qn)
me.Say('quest status:%s'%state) me.Say('quest status:%s'%state)
elif (msg == 'ch'): elif (msg == 'ch'):
who.QuestSetState(qn, 3) who.QuestSetState(qn, 30)
elif (msg == 'co'): elif (msg == 'co'):
who.QuestEnd(qn) who.QuestSetState(qn, 50)
elif (msg == 'wc'): elif (msg == 'wc'):
me.Say('was completed: %s'%who.QuestWasCompleted(qn)) me.Say('was completed: %s'%who.QuestWasCompleted(qn))
elif (msg == 'qs'): elif (msg == 'qs'):