View Single Post
10-26-18, 02:18 AM   #5
yoshimo
An Aku'mai Servant
Join Date: May 2006
Posts: 30
would this be equivalent to the old code?

Code:
	if (chl == "raid" and IsInRaid() == 0) or (chl == "party" and IsInGroup() == 0) or (chl == "guild" and IsInGuild() == 0) or (chl == "battleground" and UnitInBattleground("player") == nil) then
  Reply With Quote