There's this firefly mod that I use to have that caused all the creatures to try and kill fireflies for some reason. I'm wondering how I could go about doing this for a mod I plan on working on. I tried looking at the firefly script but all there was to it was whether or not the firefly light would turn on or off a curtain time of day.
Morrowind world is almost player centric. You can do (sort of) this just using AI packages.
Set a "predator" creature to attack player (AI Fight setting >= 82 ), set some "prey" creatures around to escort player
Example AI packages
1: Wander (Distance: 4000, Duration: 24, Time of Day: 7)
2: Escort (Target: player, Cell: NONE, Duration: 0)
You can also do the same using equivalent script commands so you can test for conditions.
For other details and examples, you could see for instance Trevor Demented's http://www.tesnexus.com/downloads/file.php?id=1336 for AI packages samples on NPC, http://planetelderscrolls.gamespy.com/View.php?view=mods.detail&id=258 for AI packages/scripts samples ON creatures.