Hmm..
Code:
if($text=~/all is not bright above the clouds/i){
$petitioner = $entity_list->GetClientByName($name);
$petitioner->CastToMob();
if ($petitioner) {
$distanceCHK = $petitioner->CalculateDistance($x, $y, $z);
if ($distanceCHK >= 4) {
quest::say("Come...closer.");
}
else {
#quest::say("I have no idea WTF to say here, so take this bracer and get yo ho back, bitches. Find The Highpass Hussy on the fourth floor.");
quest::summonitem(13108);
}
}
}
Not sure how that got there...