Main Menu
  • Welcome to The RPG Maker Resource Kit.

[VX] Moving event that only moves while Player is touching

Started by SirJackRex, May 27, 2010, 10:25:48 PM

0 Members and 1 Guest are viewing this topic.

SirJackRex

Hi, is there a way to get an event with a move route so the move route continues from the last movement each time the player touches the event without it resetting the move route?
I'm working on an event that has a movement plotted (it turns a lot, too) out for it and it's set to "Play Touch," but it should only move WHILE the player is touching the said event. The problem with it is, if you set it to player touch it'll reset its path each time the player touches it.
I thought about making a separate each time it takes a turn, but I ran into a few problems aside from the obvious billions of events required.
I also thought of making it bump up a variable value for each space it moves and have it check it each time the player touches it, but that seems like a lot of work.

Thank you,
Rex.

cozziekuns

I think that bumping up a certain variable every time the player hits the event would be the best way to do things... Doesn't seem like a lot of work to me though. Either needs a lot of event pages or some crafty eventing.

SirJackRex

Thank you, cozziekuns. I'll try that tomorrow, but does anybody else know of an easier way than using variables to control this event? I'm thinking what I will do, is have two events and have the first trigger the second once it reaches a certain point, so I don't have to deal with thirty-seven odd event pages.