WoW:UI Object UIDropDownMenu: Difference between revisions

m
Added spaces etc
mNo edit summary
m (Added spaces etc)
Line 70: Line 70:
::  
::  


:: if(this.value==0) then
:: if (this.value == 0) then
::: --we clicked the first menu item. Enter code here to affect the rest of your mod
::: --We clicked the first menu item. Enter code here to affect the rest of your mod.
:: elseif(this.value==1) then
:: elseif (this.value == 1) then
::: --we clicked the second menu item. Enter code here to affect the rest of your mod
::: --We clicked the second menu item. Enter code here to affect the rest of your mod.
:: end
:: end
: end
: end