View Single Post
06/29/17, 07:11 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Don't think there is an explicit event for that.
You could try to hook into the method that starts fasttravel and set a boolean. I think it's save to assume that EVENT_PLAYER_ACTIVATED is fired when you arrive at the destination. Check the boolean in the event handler and you should have what you want.
  Reply With Quote