Does TinTin++ internal #map function support to get the neighbors of the designated room? #64
killunix
started this conversation in
Script help
Replies: 2 comments 4 replies
-
There's currently no option to specify a maximum search distance. If you want to create a list of everything in a 3 room radius, the following should work.
The weighted distance of a room increases by 2 per room by default. By 1.0 for the room weight, and by another 1.0 for the exit weight. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your support. But it looks like add all rooms in the roomarea to the list. could have some way to add one of the designated room's neighbors? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does TinTin++ internal #map function support to get the neighbors of the designated room? like the following map, I would like to choose Room1 Room2 Room5 Room6 Room7 Room8 Room10 and Room11 as the search destinations, what is the best practice for this scenario by using the TT MAP? any help would be appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions