What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

GPS / Movement Hook

WoodenJester

Member
Joined
Jun 10, 2015
Messages
342
Reaction score
1
When using ComeTo(), MoveTo(), Gps.GpsMove() sometimes the character becomes stuck and will move back a few steps & continue running on route after 2 consecutive jumps.

Is it possible to hook into this stuck function? Or any similar method with the same outcome will be nice.

For example:
Code:
gps.onGpsStuck += gpsStuck;

private void gpsStuck()
{ DoThings(); }
 
Back
Top