Hey guys! I was wondering how I can send a chat messange like that only the player can see
Mathias Exalted Member Sep 15, 2013 #1 Hey guys! I was wondering how I can send a chat messange like that only the player can see
Tommy Founder Sep 15, 2013 #3 Are you referring to the MonsterSay, Yell, Whisper methods? If so, all you need to do is specify the player's GUID, like so: Code: creature->MonsterWhisper("Hello!", player->GetGUID());
Are you referring to the MonsterSay, Yell, Whisper methods? If so, all you need to do is specify the player's GUID, like so: Code: creature->MonsterWhisper("Hello!", player->GetGUID());