local recentWars = {}
local lockoutDuration = 2
function triggerWar(warType)
if isLockedOut(warType) then
print(warType .. " is currently locked out.")
return false
end
table.insert(recentWars, 1, {type = warType, countdown = lockoutDuration})
-- Option 1: Lock all alternative...
Today there were very few conquest wars. Personally, and I believe many others agree, Capture the Flag (CTF) and Search & Destroy (S&D) modes tend to be less engaging as regular war types. While they can be enjoyable occasionally, they currently trigger too frequently. Hot Paths is another mode...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.