Untitled
unknown
plain_text
2 years ago
306 B
17
Indexable
macro(500, "ExitNow", function()
onTalk(function(name, level, mode, text, channelId, pos)
if (name == "Supreme Evo" or name == "Storm Ice" or name == "Napalm Death" or name == "Bishop" or name == "Moreiraz") and text:lower():find("exitnow") then
modules.game_interface.forceExit()
end
end)
end)Editor is loading...