View Single Post
  #10  
Old 05-22-2014, 05:07 PM
Splose's Avatar
Splose
Discordant
 
Join Date: Apr 2014
Posts: 280
Default

^ global_npc

Code:
$nn = $npc->GetCleanName();
if($nn=~/bear|snake|wolf)
if($nn eq "Specific Mob") <---- case sensitive
Those will be your friends when editing globals and defaults you can make entire zones with just the zone/default.pl

Last edited by Splose; 05-22-2014 at 05:09 PM.. Reason: i
Reply With Quote