#Player tags question
1 messages · Page 1 of 1 (latest)
Your room index does not change
If your 1 when you join your 1 till you leave
0 Will be replaced by the next person who joins
oh
If it’s a get all with tag it’s the same thing
It doesn’t become invalid
Yea
If it’s a list like a list<variable> variable it’ll just become invalid
Display name
To String produces their display name, there is a chip that produces the account name
You can get player by account name
use a player list variable and then get from that list based on the response index
problem solved (but now you also have to generate a string list to actually display the choices)
itll just be an invalid player if you actually use a player list variable
but it wont ever invite the wrong person and you can just handle the invalid player case
you can just have some text appearing telling the user that the player had left before a choice was made
or do nothing at all, its your call
(as in no feedback to the user)
that would only be the case if the user lingers on the prompt for a relatively long time
so not even close to the 50% you claim
like i said, if you use a list variable that wont ever happen and any players that do leave just become invalid (and most importantly, stay in the list)
If you want to do a invite menu just do this