this is a hat block where it does something when you leave a project, a little like the define block, this could be useful for online games and chatrooms.
Offline
Tbtemplex97 wrote:
this is a hat block where it does something when you leave a project, a little like the define block, this could be useful for online games and chatrooms.
Technically you could have a cloud list which is named 'active'. Then you could make it so every five seconds or so a variable named 'check for active' would change to 'check' and all of the running scripts which read the variable 'check for active' would add the user to the list.
Before this it would delete all from the cloud list.
Offline
Pecola1 wrote:
Tbtemplex97 wrote:
this is a hat block where it does something when you leave a project, a little like the define block, this could be useful for online games and chatrooms.
Technically you could have a cloud list which is named 'active'. Then you could make it so every five seconds or so a variable named 'check for active' would change to 'check' and all of the running scripts which read the variable 'check for active' would add the user to the list.
Before this it would delete all from the cloud list.
i think that the best way would be to assign moderators, that way they could press a button which deletes all from a list of online players and then an automatic code from other players which adds themselves back to the list, then to count the players, u give a 2 second delay and set a variable to the lenght of online players.
Offline