RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[Request] Skit System

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 82
Hello, I just got RPG Maker XP and I wanted to make my current game on it. I need a skit system for it.
The Skit System was introduced in the "Tales" series by Bandai-Namco and its a little optional scene where you press a certain button and the characters will have a brief chat with each other.
A good example of the skit system is from Tales of Vesperia and Tales of Symphonia: Dawn of the New World:

TOV:
http://www.youtube.com/watch?v=uMzoheHXQxI
TOS2:
http://www.youtube.com/watch?v=0S-h57Ix7No

If you need more info, I'll do my best to describe it more clearly.
THE CAKE IS A LIE!!!!!!!!!!!!!!!!!

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
You don't need a script. Just make a common event that runs on parallel process. In this, all you need is to have something checking if the skit button is being pressed and whether the conditions are met for it - then you can just run the skit using Show Picture commands. You would also need to use Show Picture to notify the player when conditions are met.

It may take some time to setup, but even with scripting there is little you could do to reduce the amount of time you would need to configure it. This is something which is way better to do with events.