Author Topic: PC clone not obeying actions (gestalt)  (Read 285 times)

Legacy_Hreterus

  • Newbie
  • *
  • Posts: 8
  • Karma: +0/-0
PC clone not obeying actions (gestalt)
« on: September 28, 2014, 12:07:08 pm »


               

I need my PC as the cameraman, so I tried using the GestaltClonePC command like so:


 


object oPC = GetLocalObject( GetObjectByTag("tr_thefall"),"cutsceneviewer" );


GestaltClonePC(0.0,oPC,GetObjectByTag("fall_spot"),"clone","",TRUE);


object oPC_Actor = GetObjectByTag("clone");


 


GestaltStartCutscene(oPC,"cthefall",TRUE,TRUE,TRUE,TRUE,2);


 

GestaltActionMove(1.0,oPC_Actor,GetObjectByTag("fall_spot"),TRUE,0.0,0.2);


 


GestaltStopCutscene(5.0,oPC);

 


 


This does work, however the object created doesn't execute any actions assigned to it. 


 


Any idea why this might be? Should I post more of my script, or is it something obvious I'm missing?