summaryrefslogblamecommitdiff
path: root/npc/000-2-3/piousrocket.txt
blob: 29e5b02e934722482df4227835d65ccb04af38b0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                     
// Evol scripts.
// Authors:
//    Ablu
// Description:
//    TODO

000-2-3.gat,27,23,4,1	script	PiousRocket	308,{
    setnpcdir 2;
    stopnpctimer;
    initnpctimer;
    close;

OnTimer1000:
    setnpcdir 4;
    stopnpctimer;
    end;
}