PDA

View Full Version : qey2hh1/Cleet_Miller_Jr.lua


dagulus2
08-19-2018, 03:22 PM
Just missing flavor text;



function event_say(e)
if(e.message:findi("hail")) then
e.self:Emote("Cleet Miller Jr grumbles and looks up at you");
else
e.self:Say(string.format("Listen, %s, I don't want to be rude, but these fields don't tend themselves, you know. I don't have time for your little questions. Go talk to Tiny if you are feeling chatty.",e.other:Name()));
end
end

dagulus2
08-31-2018, 10:46 AM
So its turns out Cleet's response to hail as already been done as an emoteid, but the follow up he responds to any questions has not been.

So if you choose to use this, you would have to either disable his emoteid (There is nothing else in it) or remove the hail response from this quest.