Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. if (!this.canUse('tutorial', room, by) || room.charAt(0) === ',') return false;
  2. this.say(con, room, '"a"');
  3. this.say(con, room, '"b"');
  4. this.say(con, room, '"c"');
  5. this.say(con, room, '"d"');
  6. this.say(con, room, '"e"');
  7.  
  8. if(){
  9. } else() {
  10. this.say(con, room, '"f"');
  11. if(){}if(){}else(){}
  12. this.say(con, room, '"g"');
  13. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement