1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
// Evol scripts. // Authors: // Reid // Description: // Artis's Legion of Aemil leader. 001-2-39,34,41,0 script Q'Anon NPC_Q_ANON,{ mesn; mesq l("It's been a while boy."); goto L_Close; L_Close: close; OnInit: .sex = G_MALE; .distance = 3; end; }