|
|
|
 |
Posted 2007-01-31, 09:52 AM
in reply to Mork2k4's post "Event Help"
|
 |
 |
 |
Just because no-one has answered after half an hour it doesn't mean you need to go and make a second thread asking the same thing.
Yes it is possible - you need to use variables, and "Memorise Position"/"Recall Position".
I posted it in another thread recently, so I'll just quote myself.
---
Quote:
In this event you will need to:
a) Memorise Position
This is done as shown:
<>Memorise Location [0001], [0002], [0003]
<>
Sadly, Memorise Position makes use of Variables, but you’ll have to put up with it.
The variables it stores are: Map ID, X Co-ordinate, Y Co-ordinate. You can choose where they are located.
For ease of use, I’ve stored them in:
Variable: [0001:Map ID]
Variable: [0002:X Co-ordinate]
Variable: [0003:Y Co-ordinate]
The Recall to Memorised Position event will use these three to:
- Find the map you were on
- Find the x co-ordinate you were at
- Find the y co-ordinate you were at
I think it may teleport you there automatically, but I’m not entirely sure.
That event, on square on the battle map, or in the victory handler, is:
<>Recall to Location:V[0001] (V[0002],V[0003])
<>
|
To get the item to do it, you'll need to make the above into a common event, and have whatever item you're using Call the CE.
|
 |
 |
 |
|
|
|
|
|
|
|