Version 0.97

Clone Zones
MX
delayFlags
Attack of the CloneZ miz
This commit is contained in:
Christian Franz
2022-02-03 18:37:20 +01:00
parent 9162ea3acf
commit 5ae7f36482
10 changed files with 844 additions and 24 deletions

View File

@@ -278,7 +278,9 @@ end
function rndFlags.startCycle()
for idx, theZone in pairs(rndFlags.rndGen) do
if theZone.onStart then
trigger.action.outText("+++RND: starting " .. theZone.name, 30)
if rndFlags.verbose then
trigger.action.outText("+++RND: starting " .. theZone.name, 30)
end
rndFlags.fire(theZone)
end
end