summaryrefslogtreecommitdiff
path: root/npc/000-2-3/piourocket.txt
blob: 97e183e2e085282f18bcd2572fb65f1b280506d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Evol scripts.
// Author:
//    Ablu
// Description:
//    Jumping piou.

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

OnTimer1420:
    setnpcdir 4;
    stopnpctimer;
    end;
}