The RPG Maker Resource Kit

Other Game Creation => Other Game Making Programs => Topic started by: Minihobbs on May 31, 2007, 02:52:40 PM

Title: [GM] Naming Scores and storing them via variables
Post by: Minihobbs on May 31, 2007, 02:52:40 PM
Right, I have a score system set up. But the thing is, I need to be able to have a separate score for each hole, and then store that score in a variable, so that I can show it in another room.

I have tried it but failed miserable, simply because I do not fully understand variables and variable commands, event though I have read through the manual.

Thanks in advance
Title: Re: Naming Scores and storing them via variables
Post by: Minihobbs on June 03, 2007, 09:47:05 AM
I have looked at variables and I think I may have solved it. My try at it is below...

score1[hole1]=score

Then in the room, would I have to put this:

draw_text(x,y,score1[hole1]);

i need someone to verify if this is correct, if not...my game is at a halt.