Basic (Game) Script Interpreter And Concepts
The Insider News
1
Posts
1
Posters
0
Views
1
Watching
-
I recently found myself explaining to different pods of folks how to add 'scripting' to their games. The consistent response was confusion and bemoaning the difficulty of the task. Certainly there is some work to be done (if you want to add Lua, Javascript, Perl, Python etc) to your engine but it doesn't need to go _that_ far. With planned access points and a 'ninja' method to process what was entered you can have functional scripting with little hassle.
Add scripting to your game engine with VB.