#how to make a continue game chip?

1 messages · Page 1 of 1 (latest)

shadow torrent
#

I have ben wondering how to make a continue game or last subroom I have been in chip like used in the back door

shadow torrent
#

how to make a continue game chip?

spark tree
#

Wdym? Just make a go to room circuit and room constant

left geyser
#

Give each story-subroom a unique index, a unique number

Create an int variable and make it cloud, this variable is responsible for storing what subroom you were last in

Now, in your lobby subroom, create a list of each story-subroom ordered by each rooms unique number

When someone presses "continue", send them to the room their int variable corresponds to