I was wrong i was able to fix it today. Go to your physics.con and look for this line
rem *** GoblinEngine ***
ObjectTemplate.create Engine GoblinEngine
ObjectTemplate.setNetworkableInfo Goblin_engine_info
ObjectTemplate.loadSoundScript Sounds/NatterEngine.ssc
change to this
rem *** GoblinEngine ***
ObjectTemplate.create Engine GoblinEngine
ObjectTemplate.setNetworkableInfo Goblin_engine_info
ObjectTemplate.loadSoundScript ..Sounds/NatterEngine.ssc
See the 2 dots?. I was right about the ssc being problematic I guess in some way
ps if your object still isnt working, Ive uploaded my files will check later for missing or double files etc. Got to run now, let me know if its working. Thank you.