okay I have three renpy variables I might need to update
call em
job1
job2
job3
job_n <- stores a value that indicates which value needs to be changed
how would I got about changing the value of the correct job without a long line of if statements asking what is in job_n?