Now I got my script so far as to take me there once iv seated myself in the pod and activated the lounger, but I cannot get the lounger to close BEFORE I enter TL.
I cant seem to get the pod to close before the screen loads and takes me to TL, I have tried putting in a timer but whatever I do the movetoTL command seems to get priority and plays before the playgroup backward/forward command does.
My script looks roughly like this
begin onactivate
activate
if playergetsitting == 3
Playgroup backward 1 (closes the pod only when movetotl is removed from the script )
SetLocationSpecificLoadScreensOnly 1
Player.moveto MQ04StartBench
Set PlayerInTL to 1
endif
end
Now my question is, is there any command or change to this script which makes it possible for the pod to close first by playing group backward 1 before it moves the player to TL?
I am probably doing something very wrong but I cant figure out what it is