silhouett Posted May 2, 2012 Share Posted May 2, 2012 (edited) I have a few Packages I was using for a sort of scene and decided to make them in a scene rather then what I was doing... I need to move my actor from a cell to a cell to be ready as the scene begins... I was usingMoveToPackageLocation() It doesnt seem to work in the start of the package now... so I wanted to put something like moveto in the scene start script however extends form as scene doesnt seem to like the moveto ? What can I do to get around this ???? Ok here is what I have for the scene stuff I have two Alias defined Visitor and Bar Then in the script fragment I have below but I get 02016DBA.psc(8,8): MoveToPackageLocation is not a function or does not exist or I get Moveto is not a function as well doesnt matter if I use Bar or Outsidethebar either... ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment;NEXT FRAGMENT INDEX 9Scriptname SF_ZZMorphWomanBar_02016DBA Extends Scene Hidden ;BEGIN FRAGMENT Fragment_0Function Fragment_0();BEGIN CODEVisitor.MoveTo(outsidethebar);END CODEEndFunction;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment Alias Property Visitor Auto Alias Property bar Auto ObjectReference Property OutsidetheBar Auto Edited May 2, 2012 by silhouett Link to comment Share on other sites More sharing options...
Recommended Posts