View Single Post
  #1  
Old 08-19-2018, 03:22 PM
dagulus2
Hill Giant
 
Join Date: Feb 2013
Posts: 220
Default qey2hh1/Cleet_Miller_Jr.lua

Just missing flavor text;

Code:
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
Reply With Quote