Daily Deed String Conditions

Saklad5

Member
Is it possible for Daily Deeds to do string comparisons with properties? I want to have a button only appear when
Code:
get_property(“_questPartyFair”) == “unstarted” || get_property(“_questPartyFair”) == “started”
. I don’t want to create a new property just for that, not least because it will go out of sync easily, and I don’t want to have the button reappear between sessions.
 
Top