Uh... What is this? Can I make an interactive map?

K.V.
28 Aug 2017, 23:15

So, this was in my walkthrough...

      event:JS_GridSquareClick;6;0
      event:JS_GridSquareClick;1;-3
      event:JS_GridSquareClick;1;-3
      event:JS_GridSquareClick;1;-2
      event:JS_GridSquareClick;0;-2
      event:JS_GridSquareClick;0;-2
      event:JS_GridSquareClick;0;-2
      event:JS_GridSquareClick;0;-2
      event:JS_GridSquareClick;0;-2

Does this mean I can create an ASLEvent (or something akin to one) when the player clicks on a room on the map???


Dcoder
29 Aug 2017, 00:42

This might help -- "Handling player clicks" near the bottom...

http://docs.textadventures.co.uk/quest/showing_a_map.html


K.V.
29 Aug 2017, 02:35

You're on top of it today, Dcoder!

Thank you!