summaryrefslogblamecommitdiff
path: root/npc/001-1/wateranimation.txt
blob: c01e3b67fa230a6b8ae3e15762bd2aa0889b0d80 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                        
                     


        
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Water animations, splash, fishes, etc...

001-1,116,123,0	script	#water_animation0	NPC_WATER_SPLASH,{
    mesn "Narrator";
    mesq col(l("You see some fish reflecting the sun on the surface of the ocean."), 9);
    next;
    closedialog;
    end;

OnInit:
    setnpcsex G_OTHER;
    setnpcdistance 5;
    end;
}