// Evol scripts. // Authors: // Reid // Description: // Water animations, splash, fishes, etc... 001-1,62,129,0 script #water_animation9 NPC_WATER_SPLASH,{ playertalk l("These waters are rich in fish!"); close; OnInit: .sex = G_OTHER; .distance = 10; end; }