I just finished converting my shard from an old 096 test core all the way up to 097 RC, everything compiled and seems to work except for AI_Brain, which I was using for some NPCs.
When the brain.src script tries to start a script, it returns errors such as :
WARNING: pkg/ai_brain/idle_nerves/graze.ecl: Unable to find module npc
I will admit, graze.src has no npc module, but it never had it before. Are all scripts started from a npc script supposed to now include module npc? What if I want to start a script that has nothing to do with npc movement and stuff? Although I can see how this would be very useful for the brain in being able to cut out all the messages for movement. If someone could explain why this is happening and how to fix it? I don't want to add use npc's to all my ai_brain scripts if that isn't going to fix the problem.
Thanks to anyone who can shed some light.
AIBrain and 097, need help.
Thanks! You were right!
I used a script updater for some of my upgrade to 097, and that threw in use npc all over the place, so I had to go back and remove those, and now I don't get that error anymore.
I will look into getting a copy of the distro though to see what the advantages are and how hard it will be to put in with all the stuff I already have for the old system.
I will look into getting a copy of the distro though to see what the advantages are and how hard it will be to put in with all the stuff I already have for the old system.