The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: JackHGardner on July 30, 2012, 01:48:35 AM

Title: [XP] Parallel processing in Battle (DBS) -- How?
Post by: JackHGardner on July 30, 2012, 01:48:35 AM
Hello!

Is there a simple snippet of code I could add to the battle scripts so that a parallel processing event can occur and update while in battle?

I want a bit of code to occur continuously during battle but NOT have it interrupt the battle processing.

This could be done either by changing the way "Moment" works or adding common event processing to the battle scene.

Thanks for the help!