Guest User

Untitled

a guest
Oct 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. int[] willows = {WILLOWIDSHERE};
  2.  
  3.  
  4.  
  5.  
  6. GameObject Willow = Objects.getNearest(willows);
  7. if (Willow != null() {
  8. Willow.interact("Chop");
  9. }
Add Comment
Please, Sign In to add comment