bnelsonjax
08-06-2006, 04:36 AM
I'm having a hard time finding the function that will get the player name of the person joining the raid
here's an example of what im trying to accomplish:
if ( event == "RAID_ROSTER_UPDATE") then
QMeUp_Out(name.."has joined the raid")
end
so my question is how to i grab the name of the person joing the raid so my function "QMeUp_Out(name.."has joined the raid")" will show:
("John Doe has joined the raid")
here's an example of what im trying to accomplish:
if ( event == "RAID_ROSTER_UPDATE") then
QMeUp_Out(name.."has joined the raid")
end
so my question is how to i grab the name of the person joing the raid so my function "QMeUp_Out(name.."has joined the raid")" will show:
("John Doe has joined the raid")