Code: Select all
if game.turn == 3 and GetEvent("KaiserGold") >0 then
germany:ConsumeProductionPoints(10)
endModerators: Slitherine Core, The Lordz
Code: Select all
if game.turn == 3 and GetEvent("KaiserGold") >0 then
germany:ConsumeProductionPoints(10)
end
Code: Select all
if eventname == "KaiserGold" then
if GetEvent("ItalyLeaves") == 0 then
ChangeFactionAlignment(game:GetFactionById(8), italy.alliance, 2)
end
germany:ConsumeProductionPoints(10)
PutinCP("Goeben")
Discard("TurkBB")
SetEvent("TurkBB", -1)
end
Return to “Commander the Great War : Mods & Scenario Design”

