Item that reveals portion of the mini map? #1658
Answered
by
euclidaeun
Faellin
asked this question in
Creating games with Quest
|
Anyone know a bit of code for an item, that when obtained. Reveals part of the drawing grid mini map when that feature is enabled? The specific setup i'm going for is there is a part of my project that is a 6x6 grid of rooms. Where going the wrong direction triggers a negative event. I want to add an item "Map of maze" that reveals the safe path through this section on the mini map without you needing to enter it and blindly wander through rooms. |
Answered by
euclidaeun
Mar 13, 2026
Replies: 1 comment
|
There are 3 methods, my code sample only have the first 2 methods.
|
0 replies
Answer selected by
Faellin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test23 (second minimap).zip
There are 3 methods, my code sample only have the first 2 methods.
Press printscreen keyboard button and find the picture in your screenshots folder.
Then code in this at map's "use" verb button:
Save player's location, then move player to along the safe path,
Colour the room grids with light green,
Use function: Grid_Redraw then teleport player back to original location.