Scripting Cookbook: What You Need

You'll need to create a few things for your game-scripting system, at minimum: unique object names, event listeners, an embedded scripting language interpreter, and delayed events. Here's what you need in detail:

First, you'll upgrade the event notifications. Then you'll move on to scripting and delayed events.