Mega-events question

Is it possible as the "player" to get the your civ slowly becomes godly?

5,507 views 2 replies
Reply #2 Top

Code: xml
  1. <ScenarioTrigger>
  2. <InternalName>TheArtifact_TheArtifact_TheArtifact_Trigger</InternalName>
  3. <StartEnabled>true</StartEnabled>
  4. <Trigger>
  5. <OnEvent>OnStartMegaEvent</OnEvent>
  6. <PerformAction>
  7. <Action>AwardArtifactToWeakestPlayer</Action>
  8. <StringParam>DefaultArtifact</StringParam>
  9. </PerformAction>
  10. <PerformAction>
  11. <Action>DoScenarioConversation</Action>
  12. <StringParam>TheArtifact_TheArtifact_TheArtifact_Conversation</StringParam>
  13. </PerformAction>
  14. </Trigger>
  15. </ScenarioTrigger>

 

Thats the relevant code,

i dont see anything indicating that it only works for the AI, you just need to be the weakest race