How can i define a varriable that allows the user to drop down a list then choose 1 value of the availables ones ?
Like in MouseLook , u can drop down that list that contains (MouseXandY - MouseX - MouseY) …
it’s defined with “public enum …” , but i tried to use enum only , noway , public enum noway too , i tried array class , doesn’t appear … anyway , am lost need help
Using an enum is generally how that’s accomplished. If it’s not working for you, post the code that’s not working along with any error messages you’re getting.
in this case, there’s no error generated , but there’s no enum choice in the edit window of the script after adding it to an object.
how it should be declarated ?!