Forum: Poser - OFFICIAL


Subject: Actor problem

xantor opened this issue on Dec 05, 2004 ยท 23 posts


lesbentley posted Sun, 05 December 2004 at 8:15 AM

Just from memory, so I may be wrong, but I think this problem can happen if the 'name' of the root actor is NOT 'BODY' or 'GetStringRes(1024,1)'. So;

actor SomeName:1<br></br>  {<br></br>   name    GetStringRes(1024,1)

is OK, but;

actor SomeName:1<br></br>  {<br></br>   name    SomeName

would cause the 'No Actor' error if 'Body' is selected in the dropdown menu. Of course this may not be the problem, there are probably a lot of things that could cause this error.
Message edited on: 12/05/2004 08:17