affect only named mobs?
hi,
i need help with an if statement that will only select name mobs.
For example, i tried this, but it's not working
if ($mname =~ #) then blah blah.
What is the correct way?
Also tried this.
If ($mname->GetCleanName() =~/#/i) then blah blah.
Thanks
|