View Single Post
05-31-11, 06:05 PM   #1
Clarkey
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Apr 2011
Posts: 8
How to determine if im in group or not

Hi, I've recently created an addon but I only want it to work if the user is in a party because it sends message to /p.

I need something to the effect of..

Code:
if(playerisinparty) then
 - do stuff
end
because at the moment, if you aren't in a party then i get spammed 'You aren't in a party'.
  Reply With Quote