zephadus
Trainer upset about # of PKMN
- 93
- Posts
- 21
- Years
- Age 37
- Canada, eh?
- Seen Jul 17, 2016
Well, I'm not sure if you need this or not, but I thought "what the heck... why not?"Happy Gilmore said:Im a real noob at this, and I was wondering how you make rooms and set up warps to enter them?, eg. going into the Pokemon Center, Poke mart, etc
To "recycle" a map used all too much (coughpok?moncentercough), you can use an event called "Memorize Position" (or "Memory Place" in some versions).
I won't get technical, but this makes it so you can go to the Pok?mon Center in Viridian City, Pewter City, Cerulean City, etc. without making multiple Pok?mon Centers.
All you have to do is follow these steps for the events specified:
=====Door Leading INTO Pok?mon Center=====
<>Memorize Location: [a], , [c]
<>Teleport: ????:Pok?mon Center(xx,yy)Retain Facing* (RM2K3 Only)
<>
Now let me explain. In the command event, a, b, and c are variables.
It doesn't matter which ones you use, but I usually use them all in a row.
They all have to be different ones. Let's say you use 0001, 0002, and 0003.
The 1st one is "MapID", the 2nd one is "Xpos", and the 3rd is "Ypos".
These save what map you were on, where you were from west to east, and where you were from north to south.
(this command is the 6th command down on the left of page 2)
The second command is the teleportation to the Pok?mon Center itself. That's it.
=====Exit of Pok?mon Center=====
<>Recall to Position: V[a] (V,V[c])
-optional, but recommended-<>Move Event: Hero,Move Down
<>
What this does is return you to the saved position.
Make sure that the variables for this event are the same as the ones from before.
This should take you out of the Pok?mon Center, and return you to where you were before entering (and if you did the optional part, it will also make you step away from the door).
The "Move Event" command is about 4th from the bottom of the right of page 2 if I recall...
Have fun with that! lol
Peace out!