Hi,
Quick explanation
Let’s say I have a char.blend and want to use an external script called “init.py” (main) contained in a children folder “scripts”
Folder structure :
/mygame/chars/char.blend
/mygame/chars/scripts/init.py
I write “scripts.init.main” in the python controller and it works.
But now, I want to access init.py from another folder.
*************
Question
In the python controller, how to refer :to /mygame/chars/scripts/init.py
for /mygame/props/walls.blend?