Fix variable syntax mistake

This commit is contained in:
Thr0lu5 2021-11-17 16:22:02 +01:00
parent 5416182990
commit 7073d58450

View File

@ -5,7 +5,7 @@ script {
description "The start of an adventure"
owner local "qOwner"
precondition "Alive" player tfq_isdead == 0
precondition "Alive" player "tfq_isdead" == 0
precondition "Timeout" blockchain height >= player "tfq_wt_timeout" + local "timeout"
precondition "Level" player level >= local "level"
precondition "Not Started" player "tfq_wt_status" == 0