213 |
213 |
214 function AnimationSetup() |
214 function AnimationSetup() |
215 -- DIALOG 01 - Start, some story telling |
215 -- DIALOG 01 - Start, some story telling |
216 AddSkipFunction(dialog01, Skipanim, {dialog01}) |
216 AddSkipFunction(dialog01, Skipanim, {dialog01}) |
217 table.insert(dialog01, {func = AnimWait, args = {hero.gear, 3000}}) |
217 table.insert(dialog01, {func = AnimWait, args = {hero.gear, 3000}}) |
218 table.insert(dialog01, {func = AnimCaption, args = {hero.gear, loc("In the Ice Planet Flying Saucer Stadium ..."), 5000}}) |
218 table.insert(dialog01, {func = AnimCaption, args = {hero.gear, loc("In the stadium, where the best pilots compete ..."), 5000}}) |
219 table.insert(dialog01, {func = AnimSay, args = {ally.gear, loc("This is the Olympic stadium of saucer flying."), SAY_SAY, 4000}}) |
219 table.insert(dialog01, {func = AnimSay, args = {ally.gear, loc("This is the Olympic Stadium of Saucer Flying."), SAY_SAY, 4000}}) |
220 table.insert(dialog01, {func = AnimSay, args = {ally.gear, loc("All the saucer pilots dream to come here one day in order to compete with the best!"), SAY_SAY, 5000}}) |
220 table.insert(dialog01, {func = AnimSay, args = {ally.gear, loc("All the saucer pilots dream to come here one day in order to compete with the best!"), SAY_SAY, 5000}}) |
221 table.insert(dialog01, {func = AnimSay, args = {ally.gear, loc("Now you have the chance to try and claim the place that you deserve among the best."), SAY_SAY, 6000}}) |
221 table.insert(dialog01, {func = AnimSay, args = {ally.gear, loc("Now you have the chance to try and claim the place that you deserve among the best."), SAY_SAY, 6000}}) |
222 table.insert(dialog01, {func = AnimSay, args = {ally.gear, loc("Can you do it?"), SAY_SAY, 2000}}) |
222 table.insert(dialog01, {func = AnimSay, args = {ally.gear, loc("Can you do it?"), SAY_SAY, 2000}}) |
223 table.insert(dialog01, {func = AnimWait, args = {hero.gear, 500}}) |
223 table.insert(dialog01, {func = AnimWait, args = {hero.gear, 500}}) |
224 table.insert(dialog01, {func = ShowMission, args = goals["init"]}) |
224 table.insert(dialog01, {func = ShowMission, args = goals["init"]}) |