On Raid
API -
function yourEvent(user)
log('Thanks for raiding me @' .. user.displayName);
end
return function()
addEvent('raid', 'yourEvent');
keepAlive();
end
Last updated
API -
function yourEvent(user)
log('Thanks for raiding me @' .. user.displayName);
end
return function()
addEvent('raid', 'yourEvent');
keepAlive();
end
Last updated