This article is one chapter of a multi-part Cover Game feature!
<< First | < Previous | Next > | Latest >>
It’s time to breathe some life into our world!
InΒ RPG Maker,Β you add interactivity through Events. These are lists of commands that are attached to an object on a map, coupled with a trigger of some sort, be it the player walking up to an NPC and pressing the action button, or the number of flatulent wombles the player is carrying in their bag being greater than 13.
Events are essentially a simple form of programming, but don’t run away screaming — you don’t have to memorise lots of different commands, define functions or anything complicated like that. All you need is an ability to think things through in a logical manner and an awareness of the options you have available to you.