Question:
While making a level, you notice a bug within an intricate trigger system you created. You know what the bug is, but it’s hard to identify what triggers cause it. How might you fix this issue?
Scope:
Slightly major. The bug will mess up the trigger system. However, it wont break the trigger system or the level entirely and considering we know what the problem is, finding a solution wont be hard.
Framework:
- Explain what the trigger system is and what it does.
- Explain what the bug is.
Solution:
i would try to analyze other levels with the same trigger system or look up the trigger system online to see what i did in my trigger system that causes said bug. This will not always work based on the type of trigger system and complexity. So, alternatively, i would write down what the trigger system is, what it does, aswell as the bug that it has, and ask an expert on how to fix it. I will also try to cover as many things as possible so finding the solution will be easier.