Skip to content
Discussion options

You must be logged in to vote

test23 (second minimap).zip

There are 3 methods, my code sample only have the first 2 methods.

  1. Simply show a picture
    Press printscreen keyboard button and find the picture in your screenshots folder.
    Then code in this at map's "use" verb button:
picture ("Screenshot.png")
  1. Walkaround method (Only 1 map, but highlight safe path with light green)
    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.
save_location = player.parent
MoveObject (player, room4)
player.parent.grid_fill = "LightGreen"
MoveObject (player, room14)
player.parent.grid_fill = "LightGreen"
Move…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Faellin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants