ID:2527365
 
Resolved
Multiple links in the same maptext didn't work. Only the last link was usable.
BYOND Version:513.1501
Operating System:N/A
Web Browser:N/A
Applies to:Dream Seeker
Status: Resolved (513.1502)

This issue has been resolved.
Descriptive Problem Summary:

Multiple links in the same maptext do not work; only the last link works.

Code Snippet (if applicable) to Reproduce Problem:
maptext = "<a href=[link1]>Link 1</a>\n<a href=[link2]>Link 2</a>"


Expected Results:

Both links should be clickable and hoverable.

Actual Results:

Only the second link is recognized.
Lummox JR resolved issue with message:
Multiple links in the same maptext didn't work. Only the last link was usable.