Managing the Data
Recording the data
To the player
player.set("name_of_property", value)player.get("name_of_property")To the game, round or stage
game.set("name_of_property", value)
round.set("name_of_property", value)
stage.set("name_of_property", value)game.get("name_of_property")
round.get("name_of_property")
stage.get("name_of_property")To the player.game, player.round or player.stage
Exporting the data
Last updated
Was this helpful?