Create a score that keeps its value between rooms
Tutorial 18: Create a score that keeps its value between rooms Create an object called objVarPersist Add a Create event with this code: //create a global player score global.pscore = 0; Check the box Persistent Add this object to your first room. Do not add it to the second or additional rooms, as you only…