summaryrefslogtreecommitdiff
path: root/npc/008-1-2/sign.txt
blob: d1d134690ab4f6500b314db69041ec56cee78bd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// Evol scripts.
// Authors:
//    Micksha
// Description:
//    Sign pillars in West Woodland.

008-1-2,218,80,0	script	Sign#008-1-2-northeast	NPC_NO_SPRITE,{
    npctalkonce l("Up: West Woodland | Right: Dimond's Cove | Left: Sorentown");
    close;
OnInit:
    .distance = 2;
    .bodytype = BODYTYPE_1;
    end;
}

008-1-2,145,80,0	script	Sign#008-1-2-sorentown	NPC_NO_SPRITE,{
    npctalkonce l("Left: Asphodel Moor | Right: All directions");
    close;

OnInit:
    .distance = 2;
    .bodytype = BODYTYPE_1;
    end;
}

008-1-2,39,192,0	script	Sign#008-1-2-asphodel	NPC_NO_SPRITE,{
    npctalkonce l("Down: Graveyard (under construction) | Up: All directions");
    close;

OnInit:
    .distance = 2;
    .bodytype = BODYTYPE_1;
    end;
}