Guest User

Untitled

a guest
Jan 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. var random = Math.floor(Math.random()*15);
  2. if (random == 0) { words.value = "Hey there, "+name+"."; }
  3. else if (random == 1) { words.value = "Oh hai there "+name+". :D"; }
  4. else if (random == 2) { words.value = name+", Roar! :D"; }
  5. else if (random == 3) { words.value = "Hey there, "+name+", you're so awesome!"; }
  6. else if (random == 4) { words.value = "Look who decided to join the chat. It's "+name+"."; }
  7. else if (random == 5) { words.value = "Speak of the devil. Oh hey "+name+"."; }
  8. else if (random == 6) { words.value = ""+name+", welcome to the abyss."; }
  9. else if (random == 7) { words.value = "Oh hai there "+name+". :D"; }
  10. else if (random == 8) { words.value = ""+name+", you're looking good today! :)"; }
  11. else if (random == 9) { words.value = "Welcome to the chat "+name+"."; }
  12. else if (random == 10) { words.value = ""+name+", how are you on this fine day? :)"; }
  13. else if (random == 11) { words.value = "Oh, "+name+"! Why hello thar ol' chap!"; }
  14. else if (random == 12) { words.value = "Oh, "+name+"!! My main cheese wiz! What's Crackin'?"; }
  15. else if (random == 13) { words.value = name+", wwwaaassssssuuupppppppppp?"; }
  16. else if (random == 14) { words.value = "Oh snap! It's "+name+". PARTTYYYYY TIMEEEEE :D"; }
Add Comment
Please, Sign In to add comment