mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
1.4.1 (#42)
* RotorOpsPerks, mist change, ice halo fix * Update RotorOpsPerks.lua - added new points conditions, revised cas bonus - allow perks to be defined dynamically - option to silence point scoring messages - added red coalition support - multicrew support! Update MissionGenerator.exe for release
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
RotorOps = {}
|
||||
RotorOps.version = "1.3.3"
|
||||
RotorOps.version = "1.3.4"
|
||||
local debug = true
|
||||
|
||||
|
||||
@@ -1517,6 +1517,10 @@ end
|
||||
|
||||
--make some changes to the CTLD script/settings
|
||||
function RotorOps.setupCTLD()
|
||||
if not ctld then
|
||||
trigger.action.outText("ERROR: CTLD Not Loaded!!", 90)
|
||||
return
|
||||
end
|
||||
if type(ctld.pickupZones[1][2]) == "number" then --ctld converts its string table to integer on load, so we'll see if that's happened already
|
||||
trigger.action.outText("ERROR: CTLD Loaded Too Soon!!", 90)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user