JollyRoger25
Dark Type Master
- 697
- Posts
- 16
- Years
- Springfield, Ohio, U.S.
- Seen Apr 17, 2025
Hey, where do you find the sliding glass door tiles for the door on the Pokemon Centers, Marts, and Gyms??
Hey, where do you find the sliding glass door tiles for the door on the Pokemon Centers, Marts, and Gyms??
Sorry i should have explained it better. What i have is a Picture that has a resolution BIGGER than the display screen. I want to be able to (when the cursor hits the edge of the window) have it scroll the rest of the picture.
Not to be confused with the already working scrolling cursor.
..... hopefully that made sence?
Ugh!
I downloaded RMXP down on this computer.
and everytime i try to open it i get this.
![]()
does anyone know how i can fix this?
(i know this has nothing to do with essentials, but i figure ill get a helpful answer here)
I keep getting an error when I try to save or edit trainers in the Editor. Anyone else have this problem?
that error message means the computer that you're trying to install rmxp on doesn't have internet connection.
ok, these are two regions i made... i need someones opinion on witch is better,
Smeard (More realistic) or
Clear....
![]()
![]()
P.M or post here with your opinion!
I do have internet connection though.
I had the browser up when I tried running it.
the first one, it fits the pokemon game style, AND the blur on the other one is boring, anyway, this is not the place to put this, you should make a new topic for it insted, or put it in your project topic.
yaoimutt:
To make an item that calls a common event, you can use the following script function. Assume that the item "MYITEM" is defined in the items.txt file like this:
Assume that 10 is the common event ID to call.Code:505,MYITEM,MY ITEM,5,0,"My item",2,0
Code:ItemHandlers.addUseInField(:MYITEM, proc { $game_temp.common_event_id = 10 next true }) ItemHandlers.addUseFromBag(:MYITEM, proc { next 2 })
Whenever I play test my game just after my player is going to teleport to his house it shows this message the my game freezes
![]()