Check Keno Hits
Counts how many of the player's chosen spots appear in the drawn numbers.
Inputs
Actions
| Signal | Description |
|---|---|
| Do | Compares the two sets. |
General
| Data | Description |
|---|---|
| selected spots (array) | The numbers the player picked. |
| drawn numbers (array) | The numbers drawn for the round — from Calculate PF Array Draw. |
Outputs
| Data | Description |
|---|---|
| hit count (number) | How many picks were drawn. |
| hit numbers (array) | Which picks were drawn. |
| Signal | Description |
|---|---|
| Done | Sent when the node has finished, on success and on failure alike. |