Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. switch (userweapon.name) {
  2.                     case 'twig':
  3.                         return '<b>' + a + '</b> poked <b>' + b + '</b> furiously with a twig!';
  4.                     case 'club':
  5.                             return '<b>' + a + '</b> battered <b>' + b + '</b> with the club';
  6.                         case 'sword':
  7.                             return '<b>' + a + '</b> slashed at <b>' + b + '</b> with a sword!';
  8.                         case 'sofa':
  9.                             return '<b>' + a + '</b> slammed the Sofa of Median onto <b>' + b + '</b>!';
  10.                         case 'jabulin':
  11.                             return '<b>' + a + '</b> tossed their Jabulin at <b>' + b + '</b> Lets go to the judges...10/10!';
  12.                         case 'axe':
  13.                             return '<b>' + a + '</b> Swung their Axe at <b>' + b + '</b> A clean hit and'; + 'b's head rolls into the crowd'
  14.                        case 'lance'=
  15.                            return '<b>' + a + '</b> thrust their lance at <b>' + b + '</b> leaving it firmly embedded in b's chest';
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement