summaryrefslogtreecommitdiff
path: root/localserver/npc/easteregg_blackbox.txt
blob: 0335eeb7e742abbd629c9e31c0b412d2fe637d4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// TMW2 Script
//
// Contains Easter Egg data and triggers (some excluded)

// Author: Saulc
005-2-1,41,33,0	script	Note#saxsocave	NPC_PAPER_NOTE,{
    mesc l("I leave this basement that start to be too dangerous!");

    RegEasterEgg(EE_SAXSO, 5);
    close;

OnInit:
    .distance = 2;
    end;
}