The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Hepaticade on September 06, 2010, 07:51:00 PM

Title: [Request] Complete Game Check
Post by: Hepaticade on September 06, 2010, 07:51:00 PM
I did a search for it, but haven't found it.
Is there a script and/or whatever that checks to see if you have already completed the game?

I'd like for it to Check, and depending on what you have, give a menu of choices.

Anyone ever heard of that or seen it ._.
Title: Re: [Request] Complete Game Check
Post by: The Mormegil on September 06, 2010, 07:59:27 PM
Wouldn't it be simpler to just set a variable? I mean, just set a change variable action (+1) in the last event of your game (end credits or such) and you're set. The check the value of the variable to know the times the game has been cleared...
Title: Re: [Request] Complete Game Check
Post by: Hepaticade on September 06, 2010, 08:05:56 PM
Seems like that would only work if you loaded your completed game, Which I may end up doing. But I'm looking for Looking for the Complete game when you start a new game.
Title: Re: [Request] Complete Game Check
Post by: Terra-chan on September 06, 2010, 08:44:04 PM
There are some New Game + type scripts....
New Game+ by Claimh (http://www.rpgmakervx.net/index.php?showtopic=4423&st=0&p=47832&#entry47832)
New Game Plus + by Woratana (http://www.rpgmakervx.net/index.php?showtopic=8536&st=0&p=80936&#entry80936)
New Game Reborn by Woratana (http://www.rpgmakervx.net/index.php?showtopic=8943&st=0&p=84391&#entry84391)
Title: Re: [Request] Complete Game Check
Post by: Hepaticade on September 06, 2010, 08:51:38 PM
Thanks ~

Exactly what I was looking for :D