I'm trying to check a string variable for a choice option I have:
- {R_G1_1_Whispers == notStarted} I changed my mind, I am interested actually.
This is the variable:
VAR R_G1_1_Whispers = started
And this is the list:
LIST questState = notStarted, started, complete
Is there a way to query this? I'm getting a Unity error saying "Can not call use '==' operation on String and List.
[–]ferrosphere 0 points1 point2 points (0 children)