Guest User

Untitled

a guest
Dec 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. characterfile.write("lastsummon = ", 0, 13);
  2. characterfile.write(Integer.toString(p.lastsummon), 0, Integer.toString(p.lastsummon).length());
  3. characterfile.newLine();
  4. characterfile.write("summoningnpcid = ", 0, 17);
  5. characterfile.write(Integer.toString(p.summoningnpcid), 0, Integer.toString(p.summoningnpcid).length());
  6. characterfile.newLine();
Add Comment
Please, Sign In to add comment