View Single Post
12-02-06, 04:12 PM   #92
Butch82
A Murloc Raider
Join Date: Dec 2006
Posts: 5
Originally Posted by bwl
I am trying to get a similar event to work for when I go into nefs room to equip ony cloak(yeah I forget sometimes and get wtfpwnd) I tried to use what I could off of the plaugelands one but I am stuck
I tried the same, with no luck either :-/

My Event:

Code:
Trigger: MINIMAP_ZONE_CHANGED 
Delay: 1 

local minimapzone = GetMinimapZoneText()
if (minimapzone =="Nefarians Lair") 
then EquipSet() 
end
Can anyone tell me what i'm doing wrong? :-(
  Reply With Quote