Is there a way that I can use an if condition, and then if that condition is valid, set a queue to start at a specific place in the queue, and end at another specific place?
Thank you!
Is there a way that I can use an if condition, and then if that condition is valid, set a queue to start at a specific place in the queue, and end at another specific place?
Thank you!
What is a queue?
Do you mean a System.Collections.Generic.Queue?
What do you mean by starting at a specific place in a queue? If it’s the collection I linked… you don’t inherently ‘start’ in a queue. So… what do you mean?
https://www.youtube.com/watch?v=_nRzoTzeyxU
As in, like, if I wanted a certain condition so that my dialogue started and ended from place customisable place to the other. I hope this makes sense?
I get the feeling you are looking to do a dialog tree. It might be best to find a tutorial about it. After studying you may be able to use what you learned to modify Brackey’s tutorial.