summaryrefslogtreecommitdiff
path: root/npc/008-2-2/note.txt
blob: 7c6de412ac7ebbfaef98908792397609b9b76e7b (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
// Evol scripts.
// Author:
//    gumi

008-2-2,32,28,0	script	Note#Hurnscald:pub	NPC_PAPER_NOTE,{
    narrator(8,
        l("We refuse service to anyone who:"),
        "• " + l("Has a bubblehead"),
        "• " + l("Is not properly shaded"),
        "• " + l("Can't walk without stopping after every step"));

    // In case you don't get the joke, know that it's a parody on Illutia.

    close;

OnInit:
    .distance = 3;

////////// UNFINISHED //////////
////////////////////////////////
// REMOVE THIS CODE WHEN THIS //
// NPC IS NO LONGER A WIP //////
////////////////////////////////
//if (!debug) disablenpc(.name$);
///////// UNFINISHED ///////////

    end;
}