Hi I needed help with some logic and how to approach this.
Case 8
EXIT CAVE
(while taking damage from nearby monsters)
Case 9
MAKE WEAPON
Case 10
GO TO BANK A
Case 11
DEPOSIT WEAPON
Case 12
WITHDRAW MORE MATERIALS
Now I want to add a condition where After
Case 9
MAKE WEAPON
If Player Health is less than 30
GO TO HOSPITAL
and
ThenGET HEALED
THEN I want it to return to Case 3 and carry on with the rest of the function.
I’m lost on how to approach this.
Thank you.