diff --git a/data/multiplayer/scenarios/2p_Dark_Forecast.cfg b/data/multiplayer/scenarios/2p_Dark_Forecast.cfg index 42232fb3a42..8dde293dc58 100644 --- a/data/multiplayer/scenarios/2p_Dark_Forecast.cfg +++ b/data/multiplayer/scenarios/2p_Dark_Forecast.cfg @@ -66,8 +66,8 @@ Note: You need to use the default map settings for the scenario to work right." {VARIABLE spawns[$id].variables.original_max_moves $spawns[$id].max_moves} # give the unit only a third of its normal max movement for now - {VARIABLE_OP $spawns[$id].max_moves multiply 0.33} - {VARIABLE_OP $spawns[$id].max_moves add 1} + {VARIABLE_OP spawns[$id].max_moves multiply 0.33} + {VARIABLE_OP spawns[$id].max_moves add 1} {VARIABLE spawns[$id].side $timid_ai_side} {VARIABLE spawns[$id].generate_name yes} @@ -380,7 +380,7 @@ Note: You need to use the default map settings for the scenario to work right." [/do] [/while] {VARIABLE_OP spawn_id value main_spawns[$main_group]} - {CLEAR_VARIABLE $spawn_id} + {CLEAR_VARIABLE spawn_id} {VARIABLE_OP main_group sub 1} #enddef