View Single Post
  #3  
Old 08-30-2014, 02:17 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

Try this:
Code:
sub EVENT_SPAWN {
    if (substr($npc->GetName(), 0, 1) eq "#") {
        blah;
    }
}
Reply With Quote