Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GAMBAS 0.12 KB | None | 0 0
  1.  
  2.  
  3. if instance_exists(oHook) {
  4.     var nearest = instance_nearest(x,y,oHook);
  5.     grapplex = nearest.x;
  6.     grappley = nearest.y;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement