View Single Post
04/13/18, 04:57 AM   #2
manavortex
 
manavortex's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 138
IIRC, it's
Lua Code:
  1. JumpToSpecificHouse("name", id)
where "name" can be a character name or the @name, and the ID can be gotten via GetCurrentHouseZoneId() once you're inside a home.
  Reply With Quote