pick which scene to unlock using tables?

Hi
Is there a way to pick which scene (Level) to unlock rather that unlocking them in numerical order?

Thanks

Comments

  • CodeMonkeyCodeMonkey Head Chef, Member, PRO Posts: 1,803

    Use a column that represents locked/unlocked with each row corresponding to the scene index. Make it an integer column with 1 being unlocked and 0 be locked.
    If tableCellValue = 1 then you can allow Change Scene by index to that row number.

  • cyborg_samcyborg_sam Member Posts: 28

    Thanks @CodeMonkey

Sign In or Register to comment.