for example, lets say i have these conditions for a dialog to trigger:
Ref(player) getitemcount gold >= 500 AND
Subject getisID == BlacksmithDude OR
Subject getisID == ApothecaryDude OR
now what i'm wondering, is:
1. will the AND condition only apply to the Blacksmith (subject is blacksmith npc AND player has More than or equal to 500 in gold)
2. will the AND condition apply universally to both OR targets (whether the npc target is the blacksmith or the apothecary, it will always check if the player even has enough gold to begin with)
preferably 2, but i don't know for sure
