CANNOT import GameLogic.x without errors!!( i can run it using IDE though..but erors!

I can import Math.x functions into the blender console, while the GameLogic.x functions only work in the blender game engine in other peoples games. WHY IS THIS??
:eek:
It gives me an error everytime i try to import things like gamelogic.py, while i see that some verry skilled blender artists are accesssing these modules without even importing it into the text editor.

      Im not new to scripting, but this game engine-scripting is not making much sense to me.   :spin:

You happen to be aware of the reason why it’s called GameLogic right?

The BGE specific modules can’t be executed when the engine isn’t running, I don’t know how you’d expect a game specific function to run when there’s no game running.