Pokemon Starterkit (Rmxp) Page 7

Started by Blizzy September 11th, 2005 5:54 AM
  • 65025 views
  • 556 replies
Age 32
Well, in a place...
Seen October 4th, 2010
Posted September 20th, 2008
1,222 posts
18.1 Years
Stop talking about languages and improve, some of you, your English!

By the way, I added the thingie that Blizzy told me and I still doesn't work! I write but I doesn't show letters and, apart from that, it rings every time I click a key. Now I have another problem, how do we make a sprite our character???~

Another thing, just to finish, will the Pokdex have a limit? And will I be able to write the description? If so, is it on script or any way else?

Blizzy

me = Scripter.new("Noob")

Age 33
~The Netherlands~
Seen September 2nd, 2007
Posted September 2nd, 2007
492 posts
18.4 Years
Stop talking about languages and improve, some of you, your English!

By the way, I added the thingie that Blizzy told me and I still doesn't work! I write but I doesn't show letters and, apart from that, it rings every time I click a key. Now I have another problem, how do we make a sprite our character???~

Another thing, just to finish, will the Pokdex have a limit? And will I be able to write the description? If so, is it on script or any way else?
you mean the script for the message arrow?
i already fixed that script,
and will be in the new beta...

Seen April 16th, 2009
Posted February 1st, 2006
386 posts
17.7 Years
ugggggh, even with the font being in the font section of the windows folder it still has the blank screen of death with just misty and a blank name input box, if thats what it is........i think ill just continue with my game im making, orions comet 2
You don't put it in the windows folder :confused: You open up the control panel and click on fonts, A window will all the fonts in it should appear, then drag and drop it into the folder, a window will come up saying that it's installing, and then will go away, you just installed the font! (This only works for windows)

Blizzy

me = Scripter.new("Noob")

Age 33
~The Netherlands~
Seen September 2nd, 2007
Posted September 2nd, 2007
492 posts
18.4 Years
I have got a problem, I can't open the menu ?!?
That's really good, but this problem :(
oh yeah,
i forgot to mention that.
when playing the game,
press f1.
go to the 2nd page,
and make button 6 to Z.
(so you can open te menu with [Enter])

to make it back to the x key (= return key)
open the script editor, and go to Scene_Map,
it's on line 123
change:
if Input.trigger?(Input::Z)
to
if Input.trigger?(Input::B)