Change difficulty

From AgeofWiki

Change difficulty is a Effect made by reyk which is accessed from the Triggers menu. You can learn more about the triggers window here. You can learn more about using effects here. This is a custom effect, you can learn about adding custom effects here.


Image:
Image:ChangeDifficulty.jpg

XML Code:

<Effect name="CHANGE Difficulty">
     <Param name= "level" dispName="Diff 0-3" VarType="string">0</Param>
     <Command>setWorldDifficulty(%level%);</Command>
  </Effect>

Effect Description:

Changes the difficulty or a scenario to the entered variable.

Effect Parameters:

Diff 0-3: The difficulty you want to change to.

Notes:

The numbers are as fallows:

0: sandbox
1: easy
2: medium
3: hard


Still don't understand the Change difficulty effect? Ask a question or discuss it on the discussion page!

Back to Custom Effects