Hello, how can I make a script stop checking for if clauses.
for example:
If <player> has flag :
else:
My script seems to complete the else clause as well as the if clause. https://paste.denizenscript.com/View/122994
Primarily this occurs on line 28 - if <player.has_flag[quest_two_complete]>:. The script will complete the if sequence and then continue to the else sequence.
Content of Denizen Script Paste #122994: if clauses... pasted 2024/05/24 03:57:21 UTC-07:00, Paste length: 6512 characters across 82 lines, Content: - if <player.has_flag[npc_engaged]>: - narrate format:cchat "We shall...