View Single Post
12/15/14, 03:28 AM   #1
BornDownUnder
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 59
JumpToGroupMember() failing everytime...

Here is the code in particular:

local name = GetUnitName(owner)
JumpToGroupMember()
d("Traveling to "..name.."...")

The chat output from d is perfectly fine, name grabs the character name, just always 'character not found' and therefore fast travel to player doesn't happen.

Any ideas?
  Reply With Quote