The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Fizzly on April 22, 2014, 08:18:55 PM

Title: [VXA][SOLVED] Bind region ID to event
Post by: Fizzly on April 22, 2014, 08:18:55 PM
Hello,
is it possible to bind region ID to event? I'm pretty sure I can't do this without script?
Title: Re: [VXA][REQUEST] Bind region ID to event
Post by: &&&&&&&&&&&&& on April 22, 2014, 08:34:21 PM
You what now?
Title: Re: [VXA][REQUEST] Bind region ID to event
Post by: Fizzly on April 22, 2014, 08:35:20 PM
What ... ? I don't understand your question.
Title: Re: [VXA][REQUEST] Bind region ID to event
Post by: &&&&&&&&&&&&& on April 22, 2014, 09:54:08 PM
Ditto.
Title: Re: [VXA][REQUEST] Bind region ID to event
Post by: Fizzly on April 22, 2014, 10:21:15 PM
I need an event that is binded with region ID, need that cause event can move, region ID's not.
Title: Re: [VXA][REQUEST] Bind region ID to event
Post by: modern algebra on April 22, 2014, 10:43:59 PM
Would you want the region ID attached to the event to override any region ID of the tile? In other words, if the event's region ID is 10 and the tile on which the event is located has a region ID of 11, should the region ID be 10 or 11 for that square?

Similarly, if more than one event is on the same tile and the events have different region IDs, which should have priority? In other words, if one event has region ID 10, another event has region ID 12, and both are on the same tile, how should the game interpret the region ID of that tile?
Title: Re: [VXA][REQUEST] Bind region ID to event
Post by: exhydra on April 22, 2014, 11:40:38 PM
I am not certain that I am understanding your request, but perhaps this is what you are looking for?

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fyanflychannel.files.wordpress.com%2F2011%2F12%2Fmrr-01.jpg&hash=e6b4e1637a46694f04bb575902df06d350cf4976)

Yanfly Move Restrict Region (http://yanflychannel.wordpress.com/rmvxa/field-scripts/move-restrict-region/)
Title: Re: [VXA][REQUEST] Bind region ID to event
Post by: Fizzly on April 23, 2014, 05:41:32 AM
I am not certain that I am understanding your request, but perhaps this is what you are looking for?

Yanfly Move Restrict Region (http://yanflychannel.wordpress.com/rmvxa/field-scripts/move-restrict-region/)[/center]
Nope, not really. But thanks for the help.
Would you want the region ID attached to the event to override any region ID of the tile? In other words, if the event's region ID is 10 and the tile on which the event is located has a region ID of 11, should the region ID be 10 or 11 for that square?
Yes.
Similarly, if more than one event is on the same tile and the events have different region IDs, which should have priority? In other words, if one event has region ID 10, another event has region ID 12, and both are on the same tile, how should the game interpret the region ID of that tile?
Maybe the last one that "walk" on the tile sets priority? Or setting prior via event comments/name box? Not sure, but for sure important.
I'll be very grateful if you could help, modern algebra. Thank you!
Title: Re: [VXA][REQUEST] Bind region ID to event
Post by: modern algebra on April 23, 2014, 11:41:48 AM
Alright, I wrote something: http://rmrk.net/index.php/topic,49020.0.html

Let me know if it is what you wanted or if I misunderstood anything. I am also happy to answer any questions you might have.
Title: Re: [VXA][REQUEST] Bind region ID to event
Post by: Fizzly on April 23, 2014, 01:50:54 PM
You are just incredible! :)
Works perfect, thank you SO MUCH. Closed.