summaryrefslogtreecommitdiff
path: root/npc/001-2-28/note.txt
blob: d7251a0eb72271c06a2a74f9fe45708658f322a7 (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.
// Authors:
//    gumi
//    Qwerty Dragon
//    Reid
//    WildX
// Description:
//    A small note presenting the 7 main rules of Evol Online.

001-2-28,36,28,0	script	Note#001-2-28	NPC_PAPER_NOTE,{
    narrator 4,
            l("There is a paper with some rules written on it.");

    GameRules 8 | 4;

    narrator 8,
        l("Following these lines are some other writings on this paper."),
        l("Do not give the password of your room to anybody! Keep it secret and try not to use the same one in any other room in the future. - Jenna");

    close;

OnInit:
    .distance = 2;
    end;
}