Sorry to recap on this but I have a solution for you.
Long time ago I built an Amphitheater with long wooden benches. Problem is it looked silly to have 1 person sit on a 5 man bench.
So I created a vector from point A, to B-E to use invisible unclickable objects in which to direct a player to sit.
While it worked, Halflings, dwarves and the likes sat inside the benches. So I simply added an acceptions list to accommodate different races (Using humans as a base, you only have 4 acceptions I think). Then you could judge X,Y, and Z coordinates for the object and wola, they sit correctly.
Honestly wouldn't be that hard to make a single chair do the same thing, just take a little trial and error to get the height correct. Might have some time this weekend to whip something up if you want it, otherwise you guys can easily do it.
Long time ago I built an Amphitheater with long wooden benches. Problem is it looked silly to have 1 person sit on a 5 man bench.
So I created a vector from point A, to B-E to use invisible unclickable objects in which to direct a player to sit.
While it worked, Halflings, dwarves and the likes sat inside the benches. So I simply added an acceptions list to accommodate different races (Using humans as a base, you only have 4 acceptions I think). Then you could judge X,Y, and Z coordinates for the object and wola, they sit correctly.
Honestly wouldn't be that hard to make a single chair do the same thing, just take a little trial and error to get the height correct. Might have some time this weekend to whip something up if you want it, otherwise you guys can easily do it.
Comment