summaryrefslogtreecommitdiff
path: root/npc/001-2-24/piourocket.txt
blob: d3b7e38e2c9bbfd1e1567666a5258e991d799a07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Evol scripts.
// Author:
//    Ablu
// Description:
//    Jumping piou.

001-2-24,27,23,4	script	#piourocketArtis	408,{
    setnpcdir 2;
    stopnpctimer;
    initnpctimer;
    close;

OnTimer1420:
    setnpcdir 4;
    stopnpctimer;
    end;

OnInit:
    setnpcdistance 3;
    end;
}