Fix variable syntax mistake
This commit is contained in:
parent
5416182990
commit
7073d58450
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user