MaxScript question
I want to write a small script that will extract positions of all geometries started with name "Palletxx" where xx is the no. please help f=fopen "C:\\test2.dat" "wb"; --string $s; float m; for obj in $pallet* do m = getproperty obj obj.pos.x writefloat f m; fclose f; ============== The above code doesn't work, wanna be able to store object's locations Any better chance that I can make it? Thx Jack Thanks Jack [Edited by - lucky6969 on September 3, 2006 4:02:41 AM]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement