#author("2022-11-04T13:02:20+00:00","default:admin","admin")
#author("2023-09-17T12:06:19+00:00","default:admin","admin")
*About Event Templates and Advanced Events [#b9a12026]
RPG Developer Bakin uses "events" to control all game movements, such as the movement of cast members on the map, story progression, and events during battles.


***''Event Templates'' [#kc08c3b3]
This function allows you to create common situations during RPG creation, such as villagers who give the player hints, merchants who can buy and sell items, treasure chests filled with money, and functions that connect maps to maps, simply by filling in the required fields.

See also the "Event Templates" section of the [[Stamps Palette]] for a description of event templates.
#ref(EventTemplate_EN_1.png)
#br

***''Custom Events'' [#wf4df15e]
It is used to create detailed movements that cannot be achieved with event templates by combining a group of commands called an "event panels". Event templates can also be converted to "Custom events" for customization.

See [[Event Editor Features]] for instructions on how to set up a custom event
#ref(./高度なイベント.png,50%)
#br

***''Common Events'' [#o1b6efd6]
Common Events are events that can be called up and executed at any time during the game, either on the maps or in battles. RPG Developer Bakin has "common events" that can be used both on maps and during battles, and "battle events" that can be used only during battles.
See also the [[Common Event Palette]] for a description of common events.


#ref(./コモンイベント.png,50%)
#br


--''Common Events''
These events are available on maps and during battles. There are four "Event Start Conditions"
---''No Trigger (Execute from Another Event)''
---''Automatically Start (Only Once)''
---''Automatically Start (Repeat)''
---''Automatically Start (Only Once in Parallel)''
---''Automatically Start (Repeat in Parallel)''




--''Battle Events''
They can only be used during battles. The " Event Start Conditions" are also different from those of the common events. The starting conditions are as follows.

---''In Battle, At the Beginning of Battle''
---''In Battle, Every Turn''
---''In Battle, Repeat in Parallel''
---''In Battle, At the Ending of Battle''



Front page   New Page list Search Recent changes   Help   RSS of recent changes