REQUEST A MAP
Posts
Pages:
1
I've been trying to pull this off for a while now but cant get it to work.
I want a map that (I already have ready) that I can look at by using my invetory.
I have tried to call it in a common event but it wont work. alos it would be great if I could check my map & see exactly where Iam in the world.
I want a map that (I already have ready) that I can look at by using my invetory.
I have tried to call it in a common event but it wont work. alos it would be great if I could check my map & see exactly where Iam in the world.
Will the map occupy the entire screen or just stay in the corner?
Either case, you basically need:
- An item that triggers a switch;
- A common event triggered by that switch.
- Common event will show a picture (the map).
- You'll need some extra coding to show the character position on the map.
- You should probably add a "wait until key is pressed" just below the show picture command.
- And below that, turn switch off.
Either case, you basically need:
- An item that triggers a switch;
- A common event triggered by that switch.
- Common event will show a picture (the map).
- You'll need some extra coding to show the character position on the map.
- You should probably add a "wait until key is pressed" just below the show picture command.
- And below that, turn switch off.
Pages:
1














