How to check if in party?
Buddywarrior
Member Posts: 62
I'm teleporting a player to the party leader, however I would like to check if they are in a party. I was hoping the following would work. Ideas on how to go about this?
if (GetFactionLeader(oPC) == OBJECT_INVALID)// also tried GetNextFactionMember(oPC) { SendMessageToPC(oPC, "You are not in a party." ); } else { //Zhu Li Do The Thing! }
1
Comments