dmarkwick 261 Posted October 22, 2007 I'm trying to get viewblock objects to appear coincident with existing co-ords that I have, which can be any height. When I use this code: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_ViewBlock = "DMViewBlock4vis" createVehicle [_here select 0, _here select 1, _here select 2]; It simply appears on the ground, regardless of select 2 argument. How do I get createVehicle to set the height of an object? Share this post Link to post Share on other sites
Grinman 0 Posted October 22, 2007 At a guess, have you tried adding a setPos command after it Share this post Link to post Share on other sites
dmarkwick 261 Posted October 22, 2007 At a guess, have you tried adding a setPos command after it Heh, yep, bingo I guess it's one command extra to fix a bug in the previous Still, thanks for the help, much appreciated Share this post Link to post Share on other sites