You can create an mfc dll with all of your game logic in it using c++. The minimum script you need is 3 functions of about 3 statements each: for the main startup call, event handler, and the entity added calls. If you want, you can also subclass the main window in the dll and do your own windows event handling. It's not that hard if you have enough c++ and program development experience.

Last edited by Game Wizard; 09/15/06 21:03.