Guest User

Untitled

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