Page 1 of 1
How do I overload engine?
Posted: Thu Aug 29, 2013 5:51 am
by jenx
I want to overload talented.lua in engines/engine/ai. How do I structure my directories to do so? I currently have overload/engine/ai/talented.lua.
Re: How do I overload engine?
Posted: Thu Aug 29, 2013 7:00 am
by jenx
and am I allowed to overload engine? I want to overload talented.lua to improve dumb ai.
Re: How do I overload engine?
Posted: Thu Aug 29, 2013 6:47 pm
by Hachem_Muche
You can overload/superload engine files/routines, but just be very careful that you don't break anything (particularly other addons) when you do so.