Hyperica Lookup HG Teleport Script

The script below works by pulling in data from the following page:

http://www.hyperica.com/lookup/

Simply replace the URL at the top of the script with the codes for which region you want to go to. For example, you can use it to automatically look up the newest Retail destination, or the most highly rated Arts region.

There are twelve categories that lookup page uses, so this script can be used as the basis for a menu-based travel system.

It works with both touch and collision (just delete the one you don’t need) and the LLMap script, which you can replace with osTeleport if you prefer — OSTeleportAgent works instantly, no confirmation step needed — but requires OS scripts to be enabled on your region (if you don’t know what this is, they’re probably not). And since osTeleportAgent scripts work instantly, anyone who accidentally bumps into a gate will get teleported to another grid!

osTeleportAgent( WhomToTeleport, SimAddress, LandingPoint, LookAt );

All the parts that work are thanks to Paul Emery. The parts that don’t are all my fault.

Hyperica Hypergate Teleport Script

WordPress kept mangling the script, so here it is again as a text file download.

Hyperica single destination teleport script with Web lookup

Please let me know if there are any problems with it.

Maria Korolov