The RPG Maker Resource Kit

Other Game Creation => Program Troubleshooting => Topic started by: Mushu on May 06, 2012, 04:05:24 PM

Title: Follow Across the Map
Post by: Mushu on May 06, 2012, 04:05:24 PM
When I set an event to follow me(in autonomous movement), how come they only start following me when they are in my screen? Is there any way to make an event with event touch that follows you from anywhere on the map even out of screen?
Title: Re: Follow Across the Map
Post by: D&P3 on May 06, 2012, 04:08:19 PM
You can set a parallel process to have that event 'move towards player' every frame.

But if you're in a maze like area, it probably won't work out very well.
Title: Re: Follow Across the Map
Post by: Mushu on May 06, 2012, 04:13:24 PM
Well, my problem is that I want an event that's 'event touch' and follows out of screen until it reaches you. I might just set it to a closer area on the map so I don't have to worry about it. :p
Title: Re: Follow Across the Map
Post by: D&P3 on May 06, 2012, 04:19:03 PM
I really don't understand what you need.

You want an event touch to follow you on one map until it touches you, no matter where on the map it is, even if it's off screen.

Is that correct?



You keep the settings for the event touch on the event and create a new event with a parallel process that moves that event towards the player constantly, once it touches you the event touch processing will begin.



What exactly are you making, anyway?
Sounds interesting :)
Title: Re: Follow Across the Map
Post by: Mushu on May 06, 2012, 04:23:24 PM
OHHHH, I see what you mean now, that's smart. I didn't know you were referring to 2 different events.

Btw, that's a secret. It even creeps me out, I have to move it to a different map when I want to test run the map. >_>