Fake Locations
Manipulate the Player's position on the Region Map by using a Game Variable's value.
Overview
Each Hash must meet these requirements:
Example
FAKE_REGION_LOCATIONS = {
14 => {
98 => {
1 => [1, 1, 1],
2 => [0, 2, 2]
},
99 => {
2 => [1, 5, 5]
}
},
70 => {
98 => {
3 => [1, 3, 3]
},
99 => {
1 => [0, 4, 4]
}
}
}Breakdown of the First Hash
Breakdown of the Second Hash
Last updated