matthileo

Phrases Macro

May 5th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. !macro set setPhrases !! echo "";
  2.  
  3. newline = "
  4. ";
  5.  
  6. user.phrase["init"] = "I'm the only one who can take the lead in this battle!";
  7. user.phrase["death"] = "What do we say to the god of death?";
  8. user.phrase["thief"] = "Who am I and how did I get in here? I'm a locksmith. And, I'm a locksmith.";
  9.  
  10. user.phrase["attack1"] = "Never should have come here!";
  11. user.phrase["attack2"] = "Damn your eyes!";
  12. user.phrase["attack3"] = "You picked a bad time to get lost, friend.";
  13. user.phrase["attack4"] = "Tell you what. You start running so I can stab you in the back.";
  14. user.phrase["attack5"] = "Time to end this little game.";
  15. user.phrase["attack6"] = "Hurry up and die already, so I can take your stuff!";
  16. user.phrase["attack7"] = "Never should have come here!";
  17. user.phrase["attack8"] = "I'll mount your head on my wall!";
  18.  
  19. echo "Phrases have been set up..."
Advertisement
Add Comment
Please, Sign In to add comment