// Evol scripts. // Author: // Micksha // Description: // Airlia, the major's daughter. // THIS IS A PLACEHOLDER! 008-2-10,42,29,0 script Airlia#008-2-8 NPC_AIRLIA,{ speech l("Hello."), l("Do you know where the graveyard is?"), lg("No? Better that way. It's so dangerous there."); next; select l("Okay, thanks."), l("*whisper* Sagratha is great."); mes ""; if (@menu == 2) { mesn; mesq l("Ah, uhm, erm. The Governor is busy arguing with the rest of the team."); next; mesn; mesq l("I'm afraid you'll need to wait them to reach a consensus first, before he can met with you."); } close; OnInit: .bodytype = BODYTYPE_2; .distance = 2; end; }