EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Plugins & Mods (https://www.eqemulator.org/forums/forumdisplay.php?f=678)
-   -   lua npc whisper (https://www.eqemulator.org/forums/showthread.php?t=42226)

phate8908 12-28-2018 12:16 PM

lua npc whisper
 
append this to the end of lua_modules\npc_ext.lua

this is just the lua version of whisper, same thing as the perl version
Code:

function NPC:Whisper(Client, Message)
        local TextColor = 315;
        Client:Message(TextColor, self:GetCleanName() .. " whispers, '" .. Message .."'");
end



All times are GMT -4. The time now is 11:49 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.