summaryrefslogtreecommitdiff
path: root/npc/000-2-3/piourocket.txt
blob: 3e1f5b5837e123eabcbf089b838e72a8ac2558c1 (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.

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

OnTimer1420:
    setnpcdir 4;
    stopnpctimer;
    end;

OnInit:
    setnpcdistance 3;
    end;
}