Advertisement
minimite

textemoticonfaces

Sep 5th, 2014
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. $include http://orteil.dashnet.org/randomgen/gens/names.txt
  2. $name : Text Emoticon Generator
  3. $author : minimite
  4. $description : Generates simple text emoticons, Duh.
  5. $amount : 4
  6. $picture : http://resources.guild-hosting.net/20140816862/themes/core/images/smileys/grin.gif
  7. $button : Make a face!
  8.  
  9. //the eyes of a standard face (such as :O or xD)
  10. $eyes
  11. ;
  12. :
  13. x
  14.  
  15. //faces such as O_O or x_o
  16. $bigeye
  17. o
  18. O
  19. x
  20. d
  21.  
  22. //faces such as ;-; with a dash instead of an underscore
  23. $smallbigeye
  24. ;
  25.  
  26. //Nose, not always present
  27. $nose
  28. [-|]
  29. [^|]
  30.  
  31. //mouth will be "random letter"
  32.  
  33.  
  34. $result
  35. [bigeye]_[bigeye] {10%}
  36. [smallbigeye]-[smallbigeye] {10%}
  37. [eyes][nose][random letter]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement