If I had a point, and it's name was 1, or any other integer... Could I get a unit to spawn using "pick random integer" And through the points? If so how?
I don't think that's possible, since there is no function to get a points name. What you could do is put all the points in an array and pick a random array index.
Actually, I just found a way around it, by checking that picked variable *still random integer* using a point if the picked integer number is true, and I can't put them in an array, because i need not all of them randomed, I need all of them in order (Weird right?)
If I had a point, and it's name was 1, or any other integer... Could I get a unit to spawn using "pick random integer" And through the points? If so how?
I don't think that's possible, since there is no function to get a points name. What you could do is put all the points in an array and pick a random array index.
You have to declare the points via variables and arrays earlier.
Actually, I just found a way around it, by checking that picked variable *still random integer* using a point if the picked integer number is true, and I can't put them in an array, because i need not all of them randomed, I need all of them in order (Weird right?)
You can also use data tables to store points and call them with strings
and integers can be converted to strings
So yea, should be possible
Well I suppose its the same with variables, but if dont wan to use arrays....