summaryrefslogtreecommitdiff
path: root/npc/015-8-1/campaign.txt
blob: 87a660324207dcdefed0e1f6d26068f6bfb5b04e (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
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    Sagratha Quest

015-8-1,49,38,0	script	#SaggyDungeonCore	NPC_HIDDEN,{
    // Not in instance, we don't care.
    if (instance_id() < 0)
        end;

    end;

// There is no instance init
OnBegin:
    // We're in an instance, ofc. But without player attached
    initnpctimer;
    end;

OnTimer1000:
    end;

}

// Dummy NPC to fire #SaggyDungeonCore when you get close to battle scene
015-8-1,49,38,0	script	#SaggyDungeonFire	NPC_HIDDEN,0,0,{
end;
}