Hi everyone!
I'm stressing abit as I am in my last year at university studying game design and im using AGS to created my final project. I got a problem, after my initial cut scene my character walks into the first room speaks then the player is allowed to control him. However when he walks into another room and back into the same room as the cutscene was in I get the error "Endcutscene: not a cutscene. Is there anyway he can enter the same room but after the cut scene so i don't have to create a new room exactly the same as the cut scene room but without the scripting???
Thanks
Paul Weate
Sounds like you put the cutscene code in "after fadein", not "first time player enters room". The former is run every time the player enters the room, while the latter is only run once.
Thank you for the reply ill give it ago now :)