Guest User

Untitled

a guest
Aug 18th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.97 KB | None | 0 0
  1. text={
  2.     greet="Welcome to the %s for reckless racing.",
  3.     greetSub="Compete in a PVP race to the finish line! Type %s to learn the controls.",
  4.     mgmtJoin="Manager %s just connected.",
  5.     help="Making it in derby",
  6.     helpDash="Double-tap left or right to dash (requires airjump)",
  7.     helpRocketjump="Rocketjump by ducking for at least 1 second (longer for more power), then release! You will launch downwards and bounce off the ground.",
  8.     helpAirjump="Press %s to activate a second jump in the air (if available)",
  9.     helpArrows="Press %s to shoot arrows behind you and %s to shoot ahead",
  10.     helpBombs="Press %s to lay bombs",
  11.     helpPickup="Press %s on a power-up token to get it",
  12.     helpEtc="Also check out... ",
  13.     helpTokens="Power-up Tokens",
  14.     helpTokensGeneral="There are 3 types of awesome power-up tokens found in derby: airjump, arrow, and bomb tokens.",
  15.     helpTokensHave="You can pick up tokens by pressing %s on them, however you can only pick up each token once per life (reset when you die or a new game begins)",
  16.     helpControl="Adjusting the keys",
  17.     helpControlSet="Type %s to change the controls",
  18.     helpControlGet="Type %s to get your key settings, and %s to load them (quicker than setting them again)",
  19.     helpControlReset="Type %s to reset controls to their defaults (they also reset every time you leave the room)",
  20.     newRace="Race to the finish line!",
  21.     wonRace="%s won the race!",
  22.     wonRound="%s won the round with %d points!",
  23.     inventory="You have... ",
  24.     respawn="Respawning in %d seconds...",
  25.     pickup="Picked up %s!",
  26.     pickupAdd="You now have %s.",
  27.     pickupHave="You already got that!",
  28.     keySet="Press a key for %s...",
  29.     keySetInvalid="Copy the data from %s to set keys from your current settings!",
  30.     keySuccess="Keys set!",
  31.     keyReset="Key settings back to default",
  32.     look={
  33.         _1_9="Hey there foxy lady -.^",
  34.         _2_4="What a schick tophat, Moe!",
  35.         _2_10="You're looking pretty artsy *-*",
  36.         _4_1="That's a freakin' cute bow you're wearing :3",
  37.         _5_2="Hey there farmer!"
  38.         }
  39.     }
Advertisement
Add Comment
Please, Sign In to add comment