Get Player ID by Player Name
Deprecated
This node existed to find or create a player before giving them money with Deposit Balance, and that pairing is gone: payments are switched off and a player now gets their float when they are created. Use Create New Player to make a player with a balance, or Get Player to look one up.
Looks up a player id from a player name, creating the player if there is none.
Inputs
Actions
| Signal | Description |
|---|---|
| Do | Runs the node. |
General
| Data | Description |
|---|---|
| Player Name (string) | The player name to look up. |
Outputs
Result
| Data | Description |
|---|---|
| Player Id (string) | Id of the player found or created. |
| Is Exist Before (boolean) | True when the player already existed, false when this call created them. |
Events
| Signal | Description |
|---|---|
| Done | Sent when the node has finished, on success and on failure alike. |