Last Modified: 10/16/2021
Gets input from the user.
| Name | Type | Required | Description |
| Prompt | String | No | Text to display before getting user input. |
| Variable | Any | Yes | The Variable where you want to store the inputted data. |
| Syntax: Input [<Prompt>], <Variable> [, <Variable> ...n] |
|
Input "Enter 3 numbers + name: ",a,b,c,name$ Print a,b,c Print name$ |
This only works on the first player controller.