[Condition] isString

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post 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
Last edited by Raddeck on Wed Jun 15, 2022 10:46 pm, edited 1 time in total.
Reason: Added 1 example
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply