Advertisement
Guest User

EE Event Listener Variables

a guest
May 16th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Coin Doors/Gates:
  2. xpos
  3. ypos
  4. coins
  5.  
  6. Drums/Piano:
  7. xpos
  8. ypos
  9. coins
  10.  
  11. FG/BG Blocks**:
  12. xpos
  13. ypos
  14. layer
  15. bid
  16.  
  17. Potion:
  18. pid
  19.  
  20. Keys (Gates/Doors) Open/Shut:
  21. color
  22.  
  23. Potion, God Mode, Smiley Change, Woot Given, Woot (magic) received, level up, user join, user left, crown taken, trophy hit (silver crown), coin hit:
  24. coins
  25. name
  26. level
  27. god
  28. purple
  29. face
  30. friend
  31. club
  32. chat
  33. xpos
  34. ypos
  35.  
  36. Portal:
  37. rot
  38. ptid
  39. target
  40. layer
  41. xpos
  42. ypos
  43. bid
  44.  
  45. Quick chat:
  46. msg
  47.  
  48. Regular chat:
  49. command
  50. split# (Hard to explain...)
  51. command
  52. (as well as the potion, god mode, etc (as listed above))
  53.  
  54.  
  55. These are 'global' variables... I'm not sure if they all work...
  56. worldheight
  57. worldwidth
  58. god (Is the bot god mode)
  59. allowpotions (Are potions allowed)
  60. owner
  61. title
  62. plays
  63. woots
  64. totalwoots
  65. gravity (Rather pointless...)
  66. myx (My X-Coordinate)
  67. myy
  68. myname
  69. crown
  70. myface
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement