This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
@gamfvr: Go
All you have to do is run a quick loop, and inside the loop, do an if/then/else. I made of these for zergling burgers. Say you assign each region to a variable in an array. Something like region[1 ]= region 1 and region[2] = region 2, etc..
For each integer x from 1 to (number of regions) -----If (point is in region (region[x])) -----Then return region[x] & Break -----Else (nothing)
@gamfvr: Go
All you have to do is run a quick loop, and inside the loop, do an if/then/else. I made of these for zergling burgers. Say you assign each region to a variable in an array. Something like region[1 ]= region 1 and region[2] = region 2, etc..