Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Slayer004_69 on August 31, 2005, 08:48:48 PM
-
someone already asked that question, i tried to find it, but i didnt find it, so, i will ask it again, when we enter a town or castle, how can i do that, the name of the town/castle will show up at the top of the screen ?
-
Make a picture with the name of the town/city on it, and import it to your project. When you enter the town, create a Parallel Process event that shows the picture at the top of the screen, then erase it and turn a switch on that prevents it from showing again.
-
but..i understand that method, but is there another one ?
-
Nope. Using pictures is great. Especially when I can code picture hid detection.
-
cauz im bad at making a picture that looks nice... i dont want just to put : Havien ( example of a town name )... i want like it to be in a rectangle...dunno...something like FF4 , if anyone doesnt matter to do one picture with the name of the town ( Havien ) in the center...it would be great, anyway, thx :P
-
Bleb...
-
i dont know what "bleb" means but thank you
-
You can also do something like that on a teleport event :
<> Hide Screen : Use Default
<> Teleport : anywhere you want
<> Show Screen : Use Default
<> Message Display Option : Trans, Center, Fixed, Halt Processes
<> Message : The name you want
<> Message Display Option : Normal, Bottom, Auto,Halt Processes
It is not as nice as the other, but much simpler
-
okay, thx all of you :P