Jump to content

Recommended Posts

Posted (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 using

MoveToPackageLocation()

 

 

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 9

Scriptname SF_ZZMorphWomanBar_02016DBA Extends Scene Hidden

 

;BEGIN FRAGMENT Fragment_0

Function Fragment_0()

;BEGIN CODE

Visitor.MoveTo(outsidethebar)

;END CODE

EndFunction

;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 by silhouett
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...