AXE 0 Posted September 27, 2003 I am working on a script, and i need to know if it is possible to drop spaceobjects but have them all facing the right way. right now it just generates them in any direction it wants to and i tried everything like changing the rotation variables but it still doesn't work. any help? Share this post Link to post Share on other sites
BAD ASS JACK 0 Posted September 28, 2003 how about setdir # ? Share this post Link to post Share on other sites
Harkonin 0 Posted September 28, 2003 you'll need so have it calculate with a (getpos whatyouwantittoface) and have it setdir accordingly. Share this post Link to post Share on other sites
AXE 0 Posted September 29, 2003 how can you setdir particles? Share this post Link to post Share on other sites
RED 0 Posted September 29, 2003 I was pretty sure you can't? Harkonin do you know different? RED Share this post Link to post Share on other sites
BAD ASS JACK 0 Posted September 30, 2003 not setdir the partical but the unit the partical is to apear on (e.g. game logic) or wot ever used? Share this post Link to post Share on other sites
Harkonin 0 Posted September 30, 2003 I think that would involve getdir rather than setdir. Share this post Link to post Share on other sites