Hello!
New here and fairly new to scripting, I've learned what I have from the Creation Kit Wiki and reading posts and other tutorials. I don't know a whole lot but I'm grasping the basics!
My problem is getting the MoveTo() to work. I'll explain my dillema. I have a scene set up in a quest where an actor says a line of dialouge and then another actor says a line of dialouge back. During the second actors line of dialouge I want him to appear behind the first actor and say the line.
I attempted putting this in the in the fragment box begin under his line of dialouge editing window.
objectReference property XMarkerHeadingThiefScene01 autoakspeaker.MoveTo(XMarkerHeadingThiefScene01)
This is the compile log for that. (It failed to compile)
Starting 1 compile threads for 1 files...Compiling "TIF__01007554"...D:\Steam 2\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__01007554.psc(9,0): no viable alternative at input 'objectReference'D:\Steam 2\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__01007554.psc(9,25): no viable alternative at input 'XMarkerHeadingThiefScene01'No output generated for TIF__01007554, compilation failed.Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on TIF__01007554
I've read that no viable alternative at input means a a malformed line or missing parts. I can't figure out what I am missing.
Also I've look through the forums for a little while and couldn't find my situation anywhere. I attempted to take other peoples MoveTo() problem fixes and change them for my situation but to no avail.
Thank you ahead of time for any help!