okay so here is the coding problem I have in Renpy
I have three slots for jobs the play can pick from this menu
the [persistent task*] part contains the name of the task and I use working_task to track which menu item the player actually selected before going to the job manager.
my question is if I need to erase the name from persistent task1 after completing it how do I do that without a whole line of "if working_task = x then"