urgh.
Results in,
I just want to know if my character's name is the same as the one in the test.ini file. Apprently it's looking for a number, where do I tell it to look for a string?
Rich (BB code):
/if (${Ini[test.ini,settings,caster]}.Equal[${Me.Name}]) {
/echo I'm the caster!
}
Results in,
Rich (BB code):
"Failed to parse /if condition '(charname.Equal[charname])', non-numeric encountered
I just want to know if my character's name is the same as the one in the test.ini file. Apprently it's looking for a number, where do I tell it to look for a string?

