Guest User

Untitled

a guest
Dec 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. else if (token.equals("lastsummon")) {
  2. p.lastsummon = Integer.parseInt(token2);
  3.  
  4. } else if (token.equals("summoningnpcid")) {
  5. p.summoningnpcid = Integer.parseInt(token2);
  6.  
  7. }
Add Comment
Please, Sign In to add comment