Page 1 of 1

[Condition] isString

Posted: Sat Nov 13, 2021 3:08 pm
by Raddeck
StringVariable.isString("DirectText")


USE:
Check the value of a string, case insensitive


TYPE: Condition, Reference
RETURNS:
THEME: String
COMPARE: isSameString


EXAMPLE:

Code: Select all

If ActorWhere.isString("bedroom")
    "My <Actor.relationship> seems to be inside <Actor.his_or_her> room."
EndIf