The RPG Maker Resource Kit

Other Game Creation => Game Creation General Chat => Topic started by: &&&&&&&&&&&&& on February 25, 2007, 11:28:09 PM

Title: Minigame
Post by: &&&&&&&&&&&&& on February 25, 2007, 11:28:09 PM
Hello, I'm trying to make a mini game. In this mini game people come up to a counter and want beer, you give it to them. If you dont after a little bit they get made. You try and get as many points before they all get mad. If you have played Chrono cross, it's like the minigame here you feed the dragons.

I was wonder if somebody could help me with this and tell me what I'm doing wrong, or if I'm even doing anything right.



\/ My try.
Title: Re: Minigame
Post by: .:Pyroken Serafoculus:. on February 26, 2007, 10:25:47 AM
You have a few errors in that; I have the fixed version as an attachment. The conditional branch in EV008 is made incorrectly; you've made one full conditional branch per possibility, when really you should be doing if...else if...else if... else Text: "no beer". This ensures that the first possibility it comes across is used, and the rest are left alone. Also, you haven't defined the variable Beer, which might have problems. I've defined it 3.

You aren't done with that system, are you? There are a few loose ends to tie.
Title: Re: Minigame
Post by: &&&&&&&&&&&&& on February 26, 2007, 07:43:32 PM
Thanks to .:Pyroken Serafoculus:. my mingame is now working!  ;D