View Single Post
12-11-20, 09:11 AM   #1
Krainz
A Wyrmkin Dreamwalker
Join Date: Oct 2016
Posts: 57
Condition for when the player has joined a covenant?

I want to do the following if the player hasn't joined a covenant:


local function LoadMinimap()

if not player.has.covenant then
GarrisonLandingPageMinimapButton:ClearAllPoints()
end

end


How do I put that criteria down properly in the if condition?
  Reply With Quote