Thread: Miscellaneous: [PIC] Uh, fascinating NPC text
View Single Post
  #3  
Old 07-27-2010, 06:20 AM
Rogean Rogean is offline
¯\_(ツ)_/¯

Rogean's Avatar

Join Date: Oct 2009
Location: Massachusetts
Posts: 5,377
Default

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...
__________________
Sean "Rogean" Norton
Project 1999 Co-Manager

Project 1999 Setup Guide