Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: igloo9 on May 12, 2007, 10:34:56 PM

Title: Whats a common event?
Post by: igloo9 on May 12, 2007, 10:34:56 PM
Hey, i'm not a noob with rpg maker so dont think i am.  I know alot of stuff like events and stuff...im actually VERY good at making games...but...

whats a common event?  this is one of the few things i dont know about rm2k3.  can someone explain it?

i see the common events tab but i dont get how to use it nor what it does.
Title:
Post by: Kass on May 12, 2007, 10:49:20 PM
I'll answer this roughly as what it is. I think. At least, this is what
I use it for. The common events are for events that you use over and over agian, making it so you don't have to retype the same thing over and over again. You make a common event on the database, and insert a common event into an event by using the  call event command.
Title:
Post by: Vidian on May 12, 2007, 10:52:05 PM
In Rm2k3 Common events can also be called in Battle,
But its sometimes buggy...

Consult the Phylomortis' "Behavior of Common Events called in Battle" before doing so first though...

 
 Commom Events in Battles (RM2k3 Only) (http://www.phylomortis.com/html/battlece.html)
Title:
Post by: game_maniac on May 13, 2007, 11:18:05 AM
A Common event is basically an event that can be applied (called) at any part of the game, regardless of the map you're currently on.

Day/Night cycles, CMS and CBS all require common events.
Title:
Post by: barnsalot on May 13, 2007, 09:50:17 PM
^ Game maniac is right. Common events are events unbounded by maps. They're useful for custom systems that you want available throughout the entire game or throughout long stretches of area (like a dungeon or city).