I am trying to make a simulation of people boarding a public bus in Netlogo. However, I have very little experience with coding. I tried to create it myself, but sadly I'm stuck. So I hope that you can help me out. I will first explain what I want to code, after that I will show my current code. Thanks in advance!
So, the idea is to create a platform where turtles are waiting to board the bus. At the moment I do have passengers waiting at the platform, however I cannot get them to move to the bus.
Besides that I have no clue how to make the bus move. So it stop next to the platform, and after a certain time it should leave. To do this made one big bus from 1 big turtle. Then when the bus arrives the passengers go to the bus and board, to code this I wanted to let the turtles 'die'. However, it looks like the turtles don't die in my code. Do you guys know how I can make the bus arrive, turtles board (die) and the bus leaves?