share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/first_blood.lua
changeset 7243 9ae9178c525e
parent 7236 378fc97dae99
child 7245 53f73f4ae203
equal deleted inserted replaced
7241:7fda4d886c5e 7243:9ae9178c525e
   122 
   122 
   123   AddSkipFunction(onShroomAnim, SkipOnShroom, {onShroomAnim})
   123   AddSkipFunction(onShroomAnim, SkipOnShroom, {onShroomAnim})
   124   table.insert(onShroomAnim, {func = AnimSay, args = {elderh, loc("I can see you have been training diligently."), SAY_SAY, 4000}, skipFunc = Skipanim, skipArgs = onShroomAnim})
   124   table.insert(onShroomAnim, {func = AnimSay, args = {elderh, loc("I can see you have been training diligently."), SAY_SAY, 4000}, skipFunc = Skipanim, skipArgs = onShroomAnim})
   125   table.insert(onShroomAnim, {func = AnimSay, args = {elderh, loc("The wind whispers that you are ready to become familiar with tools, now..."), SAY_SAY, 4000}})
   125   table.insert(onShroomAnim, {func = AnimSay, args = {elderh, loc("The wind whispers that you are ready to become familiar with tools, now..."), SAY_SAY, 4000}})
   126   table.insert(onShroomAnim, {func = AnimSay, args = {elderh, loc("Open that crate and we will continue!"), SAY_SAY, 5000}})
   126   table.insert(onShroomAnim, {func = AnimSay, args = {elderh, loc("Open that crate and we will continue!"), SAY_SAY, 5000}})
   127   table.insert(onShroomAnim, {func = AnimMove, args = {elderh, "right", 2700, 0}})
   127   table.insert(onShroomAnim, {func = AnimMove, args = {elderh, "Right", 2700, 0}})
   128   table.insert(onShroomAnim, {func = AnimTurn, args = {elderh, "Left"}})
   128   table.insert(onShroomAnim, {func = AnimTurn, args = {elderh, "Left"}})
   129   table.insert(onShroomAnim, {func = AnimSay, args = {princess, loc("He moves like an eagle in the sky."), SAY_THINK, 4000}})
   129   table.insert(onShroomAnim, {func = AnimSay, args = {princess, loc("He moves like an eagle in the sky."), SAY_THINK, 4000}})
   130   table.insert(onShroomAnim, {func = AnimSwitchHog, args = {youngh}})
   130   table.insert(onShroomAnim, {func = AnimSwitchHog, args = {youngh}})
   131   table.insert(onShroomAnim, {func = AnimShowMission, args = {youngh, loc("First Blood"), loc("A leap in a leap"), loc("Go on top of the flower"), 1, 4000}}) 
   131   table.insert(onShroomAnim, {func = AnimShowMission, args = {youngh, loc("First Blood"), loc("A leap in a leap"), loc("Go on top of the flower"), 1, 4000}}) 
   132 
   132