View Single Post
05-09-20, 04:55 AM   #3
djjeffery
A Defias Bandit
AddOn Author - Click to view addons
Join Date: May 2020
Posts: 2
found what i need

Thank you, after looking at your code I saw something that somehow leads me to find:

local name, instanceType, difficultyID, difficultyName, maxPlayers, dynamicDifficulty, isDynamic, instanceID, instanceGroupSize, LfgDungeonID = GetInstanceInfo()


using this I am able to get the name of the battleground the player is in.
  Reply With Quote