[EMAIL PROTECTED] writes:
> My question is..
> How do I get python scripts to call functions in my game code without
> having to build a .dll that has the entire meat of my game inside of
> it? Ultimately I want to be able to load scripts from my game and
> have those scripts call functions in my
Hello,
I really appreciate anyone who has time to read this and help, Thanks
up front.
I'm very new to python, having picked it up for the first time a week
ago, but I feel I'm very close to getting this working.
Here's what I'm trying to do:
- call python scripts from game code
- have those ca