Didn’t know if this belongs here or in the bge section, but this is what I’m trying to find out.
I am wanting to use a script saved in my own home directory instead of using blenders text editor. I want to use it in a controller logic brick as a module. I’ve tried putting the path to the script into the logic brick, but that didn’t work.
I’ve also tried putting the directory I want in the user prefs under Python Scripts, but still didn’t work. I googled around, maybe not enough, but everything I find is about executing external scripts. I don’t want to execute it, but have the logic controller hook it and use it from there.