[RM2K] [RM2K3] HOW DO YOU MEMORIZE AN EVENT'S LOCATION
Posts
Pages:
1
I put it quite frank in the title. I am trying to do something in my game, and I need to memorize an event's location, like when you are memorizing a hero's location. I am using rpg maker 2003 (Not so different from rpg maker 2000).
Thanks :)
Or, if anyone could just tell me how to teleport my character to the exact location of a moving event, that could work too. :)
Thanks :)
Or, if anyone could just tell me how to teleport my character to the exact location of a moving event, that could work too. :)
Isn't that just a string of event commands? I mean, you'd use CHANGE VARIABLES to set the location, then use TELEPORT and specify the coordinates with those variables.
Okay, I could be using VX Ace terminology here, but, I'm, like, 90% certain those commands are in 2K/2K3.
Okay, I could be using VX Ace terminology here, but, I'm, like, 90% certain those commands are in 2K/2K3.
You just use variables.
Two different variables. One for X and one for Y.
Using the variable command, set variable X to the event's X and variable Y to the event's Y. Then use the teleport function and teleport the hero to Variable X and Variable Y. You can even add a Variable Z to teleport between maps.
Two different variables. One for X and one for Y.
Using the variable command, set variable X to the event's X and variable Y to the event's Y. Then use the teleport function and teleport the hero to Variable X and Variable Y. You can even add a Variable Z to teleport between maps.
I know how to memorize and recall the hero's event location, but I need to find out how to memorize and recall to a moving event.
If an event was moving alot, and I needed to telport the hero to that exact location, I'm wondering what event command I would have to use, because I have not found a way to memorize an events location, just the hero's location.
If an event was moving alot, and I needed to telport the hero to that exact location, I'm wondering what event command I would have to use, because I have not found a way to memorize an events location, just the hero's location.
Instead of using the Hero X/Y use the events X/Y. That's what I said. It works exactly the same way as recording the hero X/y but for an event instead.
http://tinypic.com/r/es2kat/8
this is the only memorize location event command I can find, and there is no option to memorize an events location instead of the hero's. No matter what I do, it always brings you to the hero's location.
this is the only memorize location event command I can find, and there is no option to memorize an events location instead of the hero's. No matter what I do, it always brings you to the hero's location.
Three parts. Instead of setting the variables to the HERO position x and y, SET IT TO THE EVENT'S X and Y POSITIONS!
Check this link:
http://imgur.com/6n9atXV
http://imgur.com/PRJX74m
http://imgur.com/60bmSLE
Easy as pie.
Check this link:
http://imgur.com/6n9atXV
http://imgur.com/PRJX74m
http://imgur.com/60bmSLE
Easy as pie.
Pages:
1















