Jump to content
Sign in to follow this  
dmarkwick

setting height of objects

Recommended Posts

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
At a guess, have you tried adding a setPos command after it

Heh, yep, bingo smile_o.gif

I guess it's one command extra to fix a bug in the previous biggrin_o.gif

Still, thanks for the help, much appreciated thumbs-up.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×