summaryrefslogtreecommitdiff
path: root/npc/001-1/flags.txt
blob: 10ebf3c4784e2b4fa9cfd91fd4b436e3bf2ef6d6 (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
// Evol scripts.
// Author:
//    Micksha
// Description:
//    The flags supposed to mark Rowboat unmounting spots in Artis
// THIS IS A PLACEHOLDER!

001-1,200,63,0	script	Flag#1	NPC_FLAG_L,{
    OnTouch:
        narrator S_LAST_NEXT,
            l("You see a suspicious greenish flag. It reminds you of something you seem to have forgotten.");
}

001-1,27,101,0	script	Flag#2	NPC_FLAG_R,{
    OnTouch:
        narrator S_LAST_NEXT,
            l("You see a suspicious greenish flag. It reminds you of something you seem to have forgotten.");
}

001-1,68,139,0	script	Flag#3	NPC_FLAG_R,{
    OnTouch:
        narrator S_LAST_NEXT,
            l("You see a suspicious greenish flag. It reminds you of something you seem to have forgotten.");
}