summaryrefslogblamecommitdiff
path: root/npc/001-1/wateranimation.txt
blob: 466ba6e374103e04f9587cb274731b522853ca6a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11






                                                                  



                                                                               


                      
                     


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

001-1,116,123,0	script	#water_animation0	NPC_WATER_SPLASH,{
    narrator
        l("You see some fish reflecting the sun on the surface of the ocean.");
    fishing;
    close;

OnInit:
    setnpcsex G_OTHER;
    setnpcdistance 5;
    end;
}