Schiarizzi

Joseph Jealousy check

Feb 3rd, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #//public things
  2. public boolean GoodPointMade() = false;
  3. public String Joseph.Emotions() = Chill;
  4. public boolean CounterAbility() = true;
  5.  
  6.  
  7. #// check if Joseph is jealous
  8. public void CheckJealousy()
  9. { if(CounterAbility() == false) {
  10. Joseph.setEmotions() = Jealous;
  11. } else { Joseph.setEmotions() = Chill;
  12.  
  13. }
  14.  
  15. #// check if a good point has been made
  16. public void GoodPoints()
  17. {
  18. if(Mcf.facedeskPoints()=>1){
  19. GoodPointMade() = true;
  20. checkCounterAbility();
  21. {
  22. }
  23.  
  24. #//check if Joseph can counter AFTER a point has been made
  25. public void checkCounterAbility(){
  26. mcf.user.getJosephPoints() <= Mcf.facedeskPoints(){
  27. CounterAbility = false;
  28. }
  29.  
  30. act()
  31. {
  32. CheckJealousy();
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment