I ended up accomplishing this by putting in a condition check and display text when it was true.

Something like

IF
_variable == "Value_You_Expect"
THEN
CharacterDisplayText(_Player,"TextKey");