Code:
GenericTextMessageProxy.OnReceive("", function(proxy, message)
if (string.find(string.lower(message), "the murder of")) then
Walker.Stop()
Targeting.Stop()
Looter.Stop()
end
end)
turning off targeting looter and walker
Code:
GenericTextMessageProxy.OnReceive("", function(proxy, message)
if (string.find(string.lower(message), "the murder of")) then
os.exit()
end
end)
closing client