- Joined
- Mar 15, 2019
- Messages
- 21
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
Hi all
Just a quick question regarding transfer methods from one map to another. I'm going through the 'Make a 2d RPG in a Weekend' book and he uses a transfer method of:
Control Variables: #0019 X = Map X of Player
Control Variables: #0020 Y = Map Y of Player
If: X = 55
If: Y = 42
Transfer Player: Level 3 (61,42) (Direction: Down)
He says he prefers this method over the default quick event, but does have a vague warning at the start of the book about possible issues with it.
As I'm going through this with MZ, I just wanted to check and see what experienced folk thought about this method, specifically with MZ in mind?
Thanks for your time!
Just a quick question regarding transfer methods from one map to another. I'm going through the 'Make a 2d RPG in a Weekend' book and he uses a transfer method of:
Control Variables: #0019 X = Map X of Player
Control Variables: #0020 Y = Map Y of Player
If: X = 55
If: Y = 42
Transfer Player: Level 3 (61,42) (Direction: Down)
He says he prefers this method over the default quick event, but does have a vague warning at the start of the book about possible issues with it.
As I'm going through this with MZ, I just wanted to check and see what experienced folk thought about this method, specifically with MZ in mind?
Thanks for your time!