diff -r 28849f5a03c9 -r 5276f2150d65 hedgewars/uScript.pas --- a/hedgewars/uScript.pas Thu Aug 26 22:41:36 2010 +0200 +++ b/hedgewars/uScript.pas Thu Aug 26 22:58:38 2010 +0200 @@ -801,12 +801,12 @@ ParseCommand('$landadds ' + ScriptGetString('LandAdds'), true); ParseCommand('$explosives ' + ScriptGetString('Explosives'), true); ParseCommand('$delay ' + ScriptGetString('Delay'), true); +ParseCommand('$ready ' + ScriptGetString('Ready'), true); ParseCommand('$sd_turns ' + ScriptGetString('SuddenDeathTurns'), true); if ScriptGetString('Map') <> '' then ParseCommand('map ' + ScriptGetString('Map'), true); if ScriptGetString('Theme') <> '' then ParseCommand('theme ' + ScriptGetString('Theme'), true); -cReadyDelay:= ScriptGetInteger('Ready'); if ScriptExists('onAmmoStoreInit') then begin