Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. 1) no need to double check it the events checks what you are clicking https://prnt.sc/qugm1s
  2. 2) https://prnt.sc/qugmt7 Always check the npc id before you run the main code saves on running uneeded code
  3. 3) Dont captalize plugin dirs
  4. 4) When writing Strings in kt dont use + use {} looks cleaner eg:
  5.  
  6. "You must wait another + 600 - (System.currentTimeMillis() - player.altarDelay)) * 0.001 + seconds before being able to do this again.")
  7.  
  8. "You must wait another ${(600 - (System.currentTimeMillis() - player.altarDelay)) * 0.001} seconds before being able to do this again.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement