How come on Graal 2001 in job npcs they have:
NPC Code:
if (strequals(#a,#s(this.owner))
{
commands and stuff here
}
to check if the person is the person who started doing the job.
How do they get that to work when 'this' flags can only contain numbers and peoples account names contain letters?
Thanks