summaryrefslogtreecommitdiff
path: root/npc/005-1/saxso.txt
blob: f5075d851abc0061a359fb7f552e2302e560f639 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// TMW2 Script
// Author:
//    Jesusalva

// Sign of great danger
005-1,37,90,0	script	#SignSaxso	NPC_NO_SPRITE,{
    mes ".:: "+l("DANGER")+" ::.";
    mesc l("Saxso's Official Residence.");
    mesc l("DO NOT ENTER.");
    mes "";
    mesc l("-- Zegas, the Mayoress");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}