Page 1 of 1

on_spider_reached_destination

Posted: Sun Aug 16, 2020 1:46 pm
by micromario
I would like to see this event added

Would be called when any spidertron reaches its autopilot_destination

Event parameters
vehicle :: LuaEntity: Spider vehicle which was requested to move.
position :: Position: Goal position to which spidertron was sent to.
player_index :: index of the player who requested the moving (if any)

Re: on_spider_reached_destination

Posted: Mon Aug 17, 2020 8:41 pm
by micromario
I've found a workaround which is to check if autopilot_destination is nil, and player hasn't driven the vehicle, and the spidertron remote hasn't been used