Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

WoWInterface » Developer Discussions » Lua/XML Help » Condition for when the player has joined a covenant?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off