001 Action / RPG Maker - Engine001



Event Based Scripting (EBS)

From Wiki001

(Redirected from Events)
Jump to: navigation, search

Event Based Scripting, or EBS, is a way of scripting through the use of events. To use Event Based Scripting, you link together various events. This in turn makes things happen in the game. Event Based Scripting is easy to learn and use, and will be used frequently in your game, whether you are talking to a NPC or planting a bomb to make a building explode.

Contents

Events

Categories

There are many categories of events to choose from. These are:

Subjects

These are subjects, which are all encapsulated by the above categories, but are here merely to be helpful:

Functions and Properties

These are all the possible functions/properties, which are all within the Use Value window. This can be brought up by clicking the little square next to options in the above mentioned events.

Text Based Scripting

Text Based Scripting is a way of doing everything mentioned above in a less graphical way, which may make certain tasks easier than others, and vice versa.

Personal tools