Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #//public things
- public boolean GoodPointMade() = false;
- public String Joseph.Emotions() = Chill;
- public boolean CounterAbility() = true;
- #// check if Joseph is jealous
- public void CheckJealousy()
- { if(CounterAbility() == false) {
- Joseph.setEmotions() = Jealous;
- } else { Joseph.setEmotions() = Chill;
- }
- #// check if a good point has been made
- public void GoodPoints()
- {
- if(Mcf.facedeskPoints()=>1){
- GoodPointMade() = true;
- checkCounterAbility();
- {
- }
- #//check if Joseph can counter AFTER a point has been made
- public void checkCounterAbility(){
- mcf.user.getJosephPoints() <= Mcf.facedeskPoints(){
- CounterAbility = false;
- }
- act()
- {
- CheckJealousy();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment