llMapBeacon still open Map Panel
tracked
primerib1 Resident
I tried creating a script using llMapBeacon() but even when explicitly asked to NOT open the map, the viewer still opens the map.
Try this: llMapBeacon(llGetRegionName(), <128, 128, 128>, [1, FALSE, FALSE]);
Log In
Maestro Linden
tracked
Maestro Linden
Hi primerib1 Resident, viewer Second Life Release 7.1.12.13550888671 does not fully support llMapBeacon - it parses the region name and coordinates, but lacks the ability to parse the options that the simulator sends out. The options should be supported in a future viewer build - the line to look for in the release notes will be something like 'viewer-private#297 Local beacons via script'.
primerib1 Resident
Maestro Linden Ah, thanks! I thought it was already in 7.1.12 since the function has been finalized before 7.1.12 was released (iirc).
Looking forward to the version that supports it, then!
primerib1 Resident
Maestro Linden Oh one more thing: Can this be indicated in the documentation for
llMapBeacon()
? Because there is no indication whatsoever in the documentation that this is not yet implemented by the latest SLV.