Is it possible to send a whisper/say/gchat message into the game through PB scripting? If so could anyone point me in the right direction?
Any help would be appriciated.
Best regards,
vuwrr.
Lua.DoString("SendChatMessage(\"Hello \",\" SAY\", \"COMMON\"));
Lua.DoString("RunMacroText(\"/say Nuddy Fudge'Kins\")")
Lua.DoString(string.Format("RunMacroText(\"{0}\")", "/s hello"), 0);
Lua.DoString(string.Format("SendChatMessage(\"I've sent \" + var1.ToString() + \" Whiptail to \" + var2 + \". Cheers mate\", 'WHISPER', nil, 'Randomchar')"));