View Single Post
11-03-10, 06:40 PM   #16
TransformedBG
A Fallenroot Satyr
Join Date: Oct 2010
Posts: 23
So i would need to extract the name then do a simple code like

Code:
local name = string.match(msg, "(.+) has came online.);
if ( (name ~= self) ) then
     SendChatMessage("Hello "...name..."! Nice to see you on today!", "GUILD", nil, nil);
end
  Reply With Quote