Is there a way to pass GUI.TextField an int instead of a string? I need the user to be able to enter in a number into a text field, then the script passes that number to an array to get the corresponding item in the array. I'm using JavaScript.
↧