highscore_add_current - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Adds the current score variable to the highscore list and the player is prompted to provide their name.
Parameter | Description |
---|---|
none | This function has no parameters. |
void: This function does not return anything.
// demonstrates adding the current score to the highscore table
highscore_add_current();
NOTOC