|
It is currently Tue May 22, 2012 3:20 pm
|
View unanswered posts | View active topics
| Welcome |
|
Welcome to icugigasoft
You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. In addition, registered members also see less advertisements. Registration is fast, simple, and absolutely free, so please, join our community today! |
 |
|
 |
|
| Author |
Message |
|
bawpotter
|
Post subject: RM2K3 for Dummies Posted: Sun Oct 30, 2011 10:30 am |
| Member |
 |
Joined: Sun Apr 03, 2011 6:40 am Posts: 69
|
|
Okay, so I am working on my new RPG Maker 2k3 game, and I am only doing basic things. I think that I don't really get the concept of variables. I also really don't know how to upload my game, because when I click "Create Gamedisk" I open "Setup" and all I get is question marks. I have no idea how to do this. Also any other help would be much appreciated.
Thanks!
Also, am I better off using 2k3 or XP/VX for a clasic, 7 Sages kind of game?
|
|
|
|
 |
|
bawpotter
|
Post subject: Re: RM2K3 for Dummies Posted: Mon Oct 31, 2011 3:08 pm |
| Member |
 |
Joined: Sun Apr 03, 2011 6:40 am Posts: 69
|
|
Starting it next week actually... I am excited, finally I can learn something useful in my life:)
But, I still know a good amount about the stuff.
|
|
|
|
 |
|
U Division
|
Post subject: Re: RM2K3 for Dummies Posted: Mon Oct 31, 2011 5:00 pm |
| Senior Member |
 |
 |
Joined: Sun Nov 01, 2009 7:38 pm Posts: 4322
|
Think of a variable as a piggy bank. You can add or take away coins from it, and that'll change how much money it has. The value of the variable is equal to how much "money" is in the bank. Let's say, in RPG Maker, you make a person you can talk to. Every time you talk to them, it adds 1 to the variable (adds 1 penny to the piggy bank). <>Message:"Hello there!" <> Variable + 1
Now let's say that on the 5th time you talk to him, he'll say "Stop talking to me. Using the "Fork Conditions" event command, you can check to see how much "money" is in the piggy bank. In other words, the value of the variable. <>Message:"Hello there!" <> Variable + 1 <> Fork Conditions: If Variable is Equal to 5 ( //The code in the paranthesis will only activate if Variable is equal to 5. <>Message: "Stop talking to me" )
I hope this helps.
|
|
|
|
 |
|
bawpotter
|
Post subject: Re: RM2K3 for Dummies Posted: Tue Nov 01, 2011 2:21 pm |
| Member |
 |
Joined: Sun Apr 03, 2011 6:40 am Posts: 69
|
|
Alright, that makes a lot more sense. Thanks so much! I am still having collasol problems with uploading.
|
|
|
|
 |
|
bawpotter
|
Post subject: Re: RM2K3 for Dummies Posted: Tue Nov 08, 2011 7:23 pm |
| Member |
 |
Joined: Sun Apr 03, 2011 6:40 am Posts: 69
|
|
Okay, I am not sure if the program is even cappable of this... but I will give it a go.
I have a courtyard leading into a marketplace, okay? So in the marketplace there is a guy to talk to. This guy says stuff, then teleports you to his house. He finishes talking, says you can leave. When you are ready, you walk up the stairs into A DIFFERENT MAP. This different map is the same as the marketplace, except the guy is no longer there, and there is a clear path to the stairs (to get back to the guy's house). If you leave the marketplace then, you go back into the courtyard. How do I make sure that when you walk back into the marketplace, it will be the different map? I am stuck at this point, and I have NO idea what to do.
|
|
|
|
 |
|
bawpotter
|
Post subject: Re: RM2K3 for Dummies Posted: Wed Nov 09, 2011 8:16 pm |
| Member |
 |
Joined: Sun Apr 03, 2011 6:40 am Posts: 69
|
|
That makes sense... but I think I got it working using variables. So, thanks for your help.
|
|
|
|
 |
|
|
 |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|