Message 1 of 2

Not applicable
05-13-2016
05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I'm working with xgen in order to create some environments, which is going great so far.
I've been trying to access specific archive files in xgen in order to scale certain items differently than other xgen archive primatives.
Does anyone have a syntax for this?
ie: Archive files: 0 is rocks, 1 is trees, 2 is grasses. I want to be able to scale the length of all grass without changing the rocks and trees.
(something like:)
for index != 2{
$a=map('${DESC}/paintmaps/length');#3dpaint,5.0}
#index 2 is grasses
for index == 2{
$a=2.0
$a
Thanks
Solved! Go to Solution.