Remix this project and modify the AI sprite script to improve the performance of the lift. You must respond to the "pick floor" message by: * setting your "next floor" variable * setting your "heading" variable to "up" or "down" * broadcasting the message "set destination" You can use the "call" list to find a floor with a waiting customer. And you can use the "request stop" list to find a floor that a customer in the lift has requested. Try to minimise both the maximum wait time and the average wait time.
Assessment project for semester 1, due week 12.