Original Post
Just for fun, I''ve been looking into some virtual machine/scripting engine articles. It''s all pretty interesting, but it suddenly dawned on me...
Why use scripting at all? Why program things in an unwieldy scripting language rather than in a language you know and have a great IDE for? I mean.. If I want to trigger a thousand enemies to charge towards the player when he enters a certain room, why don''t I just hard code that? Why bother with scripting at all?