summaryrefslogtreecommitdiff
path: root/npc/000-2-1/chest.txt
blob: cac4c1d476db426908863904860343164b6c5545 (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
30
// Evol scripts.
// Authors:
//    Hal9000 (Francesco Miglietta)
//  
// Description:
//    An opening chest.
//
// 2 bits array:
//
// Variable:
//
// Values:
//
//


000-2-1.gat,57,31  script  Chest  320;2,{

    set @q, geta(ChestStatus_1);
    if (@q == 1) close;
    

L_FirstEncounter:
    seta ChestStatus_1, 1;

    mesn "Chest";
    mesq ("Hey it works!");
    close;

}