Advertisement
Guest User

t

a guest
Sep 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. if (myVal = fireVal) {
  2. if (yourVal = fireVal) {
  3.  
  4. } else if (yourVal = waterVal) {
  5.  
  6. } else if (yourVal = plantVal) {
  7.  
  8. }
  9. } else if (myVal = waterVal) {
  10. if (yourVal = fireVal) {
  11.  
  12. } else if (yourVal = waterVal) {
  13.  
  14. } else if (yourVal = plantVal) {
  15.  
  16. }
  17. } else if (myVal = plantVal) {
  18. if (yourVal = fireVal) {
  19.  
  20. } else if (yourVal = waterVal) {
  21.  
  22. } else if (yourVal = plantVal) {
  23.  
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement