Q1: To make "TermCounter" apply to all iterations of the TermCounter label throughout the game, you can use global variables. Global variables can be declared outside of any sub or function and can be accessed from anywhere in the code.


Q2: The issue with the RoomsComp code might be that the condition (T2.Caption) + (T3.Caption) + 1 = 3 may not be evaluating as expected. You might need to review the logic and condition for incrementing the RoomsComp. If you share the relevant code or more details, I can provide more specific assistance.