-- Properties Define Properties() script_description = 'Hubgate' script_long_description = 'Preconfigured Worldgate that sends users to Hubworld' end -- Hubgate Corrections Trigger attach() self.display_name = 'Metaplace Hub' self.worldgate_target = 'mphub' self.width = 120 name = "Go to " .. self.display_name SendTo(self, 'set_tool_tip', 700, self, self.id, name) end