View Single Post
04-12-13, 01:37 PM   #8
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by Clamsoda View Post
You need to wrap your function in parenthesis like so:

print(select(2, (GetWorldStateUIInfo(3))))

If that doesn't work, try:

local _, state = GetWorldStateUIInfo(3)
Oh i see, thanks. Yeah i dont really wanna go back for the _, method.
  Reply With Quote