summaryrefslogtreecommitdiff
path: root/npc/020-7-1/sage.txt
blob: fcb4e2c6cbc502ee0801f9a8b8f67c3f64b0a415 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// TMW2 scripts.
// Authors:
//    Jesusalva
//    TMW Org.
// Description:
//    Blue Sage (and officers)

// Peetu: Move to 020-7 (so, not on this file)

// Oskari: Need to be placed somewhere here (on this file)

020-7-1,35,59,0	script	The Blue Sage	NPC_BLUESAGEWORKER_MA,{
    mesn l("Nikolai, the Blue Sage");
    mes l("The big boss");
    close;

OnInit:
    npcsit;
    end;
}