matthewmuscat7

Untitled

Jan 16th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. this.mass = 0;
  2.  
  3. if(this.game.variables.goalsScored == null) {
  4. this.say(['Please Help! One of my players need help in practice!']);
  5. }
  6. else if(this.game.variables.goalsScored == true) {
  7. this.say(['Thanks for helping them! I can send you to the next level now !!']);
  8. }
  9. else {
  10. this.say(['Oooff, Looks like they still need more help!']);
  11. }
Add Comment
Please, Sign In to add comment