Forum: Poser Technical


Subject: Loading several conforming figures with readScript

nerd opened this issue on Jun 14, 2003 ยท 9 posts


nerd posted Sat, 14 June 2003 at 3:29 PM Forum Moderator

OK I want to load sevearal conforming figures with the readScript command in a cr2. I would like them all parented to the first item. The problem is they parent to the item listed before them. Is there a way to switch the "focus" back to the first item before the next item loads.

The CR2...
{
version
{
number 4
}
//Load V2
readScript ":Runtime:libraries:character:DAZ People:Victoria 2.cr2"
//First conformer works fine
readScript ":Runtime:libraries:character:Nerd3D Taanis:Taanis.cr2"
//Need to focus figue 1 here
readScript ":Runtime:libraries:character:Nerd3D Taanis:Taanis Arm.cr2"
//And again here
readScript ":Runtime:libraries:character:Nerd3D Taanis:Taanis Boots.cr2"
//Again
readScript ":Runtime:libraries:character:Nerd3D Taanis:Taanis Shldr.cr2"
}
ngsmall02.gif