Guest User

Untitled

a guest
Jun 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public void sendYesNo(String text) {
  2. getClient().getSession().write(MaplePacketCreator.getNPCTalk(npc, (byte) 1, text, ""));
  3.  
  4. return 0;
  5. }
Add Comment
Please, Sign In to add comment