That's my question too.
Fortunately i found an RPG maker!
RPGX :)
P.S. Im planning to make an RPG! :)
It costs $60 to buy the RMXP license. Of course, there are always illegal alternatives of acquiring the licence, which most of us tend to frown upon.Hi since this thread is about how to make Pokemon-esque RPG games..I was wondering, do you actually have to pay money to but RMXP if you finish to continue using it after the trial? Or are there cheaper RPG making alternatives? Is it possible to use Ruby to make the game alone and how difficult would it be?
A hack is an edit of a ROM
A game is something mad from SCRATCH
YOU CAN"T Use hack tools for game development becasue they dont save as ROMS.
It's quite clear you didn't read the rules (which are stickied) as it has precisely the answer you're looking for.
Game Maker is Easy to use.
Sphere is easy only if you know JavaScript.
Plus you CAN'T make a scratch game into a ROM
Pros of using scratch?
You can make any system you want.
I reccomend RPGMaker 2003 if you can't script Ruby or anything.
pbTrainerName
trname=pbEnterText("Your name?",0,7,"Red")
I especially am confused with the Pokemon Utilities script encoded into the game, the terms seem to be defined already. I tried messing around with the pbTrainerName by typing
but it came out with an errorCode:pbTrainerName trname=pbEnterText("Your name?",0,7,"Red")
I also don't like how the Rival's name is stored as a pbEnterText variable.