equal
deleted
inserted
replaced
584 end |
584 end |
585 ShowMission(loc("First Blood"), loc("The Torment"), |
585 ShowMission(loc("First Blood"), loc("The Torment"), |
586 loc("Your next task is to collect some crates by using the rope!") .. "|" .. |
586 loc("Your next task is to collect some crates by using the rope!") .. "|" .. |
587 loc("Press [Left] and [Right] to change the difficulty.") .. "| |" .. |
587 loc("Press [Left] and [Right] to change the difficulty.") .. "| |" .. |
588 dstr .. "| |" .. |
588 dstr .. "| |" .. |
589 loc("Press [Jump] to begin."), |
589 loc("Press [Attack] to begin."), |
590 0, 300000) |
590 0, 300000) |
591 end |
591 end |
592 |
592 |
593 function SetChoice() |
593 function SetChoice() |
594 AnimSetInputMask(0) |
594 AnimSetInputMask(0) |
784 ChoiceDialog() |
784 ChoiceDialog() |
785 end |
785 end |
786 end |
786 end |
787 onRight = onLeft |
787 onRight = onLeft |
788 |
788 |
789 function onLJump() |
789 function onAttack() |
790 if difficultyChoice == true then |
790 if difficultyChoice == true then |
791 DoChoice() |
791 DoChoice() |
792 end |
792 end |
793 end |
793 end |
794 onHJump = onLJump |
|