I am trying to use if ${Me.Name}==${me} in a function and I am getting Non-numeric variable encountered, Failed to calculate result
me is my declared string variable, and it's assigned via me:Set[${Me.Name}] based on a boolean return.
Is there a different operator or method I can use to achieve the same result? Been scuttling through ISXEQ2 wiki and Lavishscript Wiki without much luck. Thanks.
me is my declared string variable, and it's assigned via me:Set[${Me.Name}] based on a boolean return.
Is there a different operator or method I can use to achieve the same result? Been scuttling through ISXEQ2 wiki and Lavishscript Wiki without much luck. Thanks.