View Full Version : Private Messages (script)
douglassrs
02-22-2016, 04:16 AM
Hey,
How can I identify private messages sent to my character? (via script)
Is there any kind of private messages proxy?
Thanks
Elvang
02-22-2016, 04:30 AM
Hey,
How can I identify private messages sent to my character? (via script)
Is there any kind of private messages proxy?
Thanks
--Private Message Proxy Example
function pmProxy(proxy, speaker, level, text)
print(speaker .. " [" .. level .. "]: " .. text)
end
PrivateMessageProxy.OnReceive("pmProxy", pmProxy)
Released in this update: http://forums.xenobot.net/showthread.php?26982-Update-XenoBot-Apophis-14-5-22-10-38-10-41-Preview-Client-10-41
douglassrs
02-22-2016, 01:31 PM
Thank you very much, it worked! :)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.