Advertisement
Guest User

TPM Addsubtitles() function

a guest
Sep 1st, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #RU.08
  2. Function AddSubtitles(clip orig){
  3.     orig
  4.     trim(0,45618) ++ trim(45619,45668).AddSub("Good day to you.") ++ trim(45669,45707) ++ \
  5.       trim(45708,45756).AddSub("What do you want?") ++ trim(45757,45930) ++ \
  6.       trim(45931,45990).AddSub("Boy, get in here now!") ++ trim(45991,46089) ++ \
  7.       trim(46090,46130).AddSub("What took you so long?") ++ trim(46131,46149) ++ \
  8.       trim(46150,46187).AddSub("I was cleaning the fan switches.") ++ trim(46188,46190) ++ \
  9.       trim(46191,46267).AddSub("Watch the store. I've got some selling to do.") ++ trim(46268,50413) ++ \
  10.       trim(50414,50518).AddSub("Outlanders. They think we know nothing.") ++ trim(50519,50530) ++ \
  11.       trim(50531,50571).AddSub("They seemed nice to me.") ++ trim(50572,50583) ++ \
  12.       trim(50584,50619).AddSub("Clean the racks...") ++ trim(50620,50627) ++ \
  13.       trim(50628,50678).AddSub("...then you can go home.") ++ trim(50679,51830) ++ \
  14.       trim(51831,51867).AddSub("Are you going to pay for that?",sub_fade=false) ++ trim(51868,51913) ++ \
  15.       trim(51914,51960).AddSub("It costs seven wupiupi.",sub_fade=false) ++ trim(51961,52228) ++ \
  16.       trim(52229,52275).AddSub("Is this yours?") ++ trim(52276,52416) ++ \
  17.       trim(52417,52468).AddSub("Careful, Sebulba.") ++ trim(52469,52473) ++ \
  18.       trim(52474,52514).AddSub("He's a big time outlander.") ++ trim(52515,52518) ++ \
  19.       trim(52519,52600).AddSub("I'd hate to see you diced before we race again.") ++ trim(52601,52611) ++ \
  20.       trim(52612,52701).AddSub("Next time we race, boy, it will be the end of you.") ++ trim(52702,52704) ++ \
  21.       trim(52705,52775).AddSub("If you weren't a slave I'd squash you now.") ++ trim(52776,52803) ++ \
  22.       trim(52804,52884).AddSub("Yeah, it'd be a pity if you had to pay for me.") ++ trim(52885,66328) ++ \
  23.       trim(66329,66420).AddSub("Your friend is a foolish one, methinks.") ++ trim(66421,69264) ++ \
  24.       trim(69265,69321).AddSub("You're such a joker, Ani.") ++ trim(69322,77774) ++ \
  25.       trim(77775,77913).AddSub("Better stop your friend's betting or I'll end up owning him too.") ++ trim (77914,82243) ++ \
  26.       trim(82244,82302).AddSub("You won't walk away from this one, Skywalker.") ++ trim(82303,82308) ++ \
  27.       trim(82309,82356).AddSub("You slave scum.",680) ++ trim(82357,82374) ++ \
  28.       trim(82375,82440).AddSub("Don't count on it, slime-ball.") ++ trim(82441,82450) ++ \
  29.       trim(82451,82527).AddSub("You're bantha fodder!",640) ++ trim(82528,83571) ++ \
  30.       trim(83572,83656).AddSub("Welcome.") ++ trim(83657,83694) ++ \
  31.       trim(83695,83764).AddSub("Begin the race!") ++ trim(83765,0)
  32.     return last
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement