Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. public class ConversationStage extends CustomObjective implements Listener {
  2.  
  3. public ConversationStage() {
  4. this.setName("Conversation");
  5. this.setAuthor("KeoDeoVN");
  6. this.setShowCount(true);
  7. this.setCountPrompt("Nhap vao so 1: ");
  8. this.addStringPrompt("Ten hoi thoai", "Nhap ten hoi thoai", "");
  9. this.addStringPrompt("Ten npc", "Nhap ten npc", "");
  10. this.setDisplay("§eNói chuyện với §c" + "%Ten npc%"+ " §7(Click chuột trái để nói chuyện)");
  11. }
  12.  
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement