I dont know if this is me being stupid or what but here it is:
Quote
Illegal exception
---------------------------
An exception 0xC0000005 occured in ACWIN.EXE at EIP = 0x0043E14C ; program pointer is +6, ACI version 2.71.894, gtags (1,30)
This occured when I had a cutscene, I started it at the start of the game, and tried to end it after a character moved to an x,y location with blocking on.
If I moved it to before the character moved it worked fine but it didn't like the character movement.
Edit:
Nevermind I managed to work around this by using a global int to see if it's in a cutscene, I found out how walking works when you skip a cutscene, it doesnt teleport the character to their destination.
Did you try to start it in game_start? Animations are not supported at that point since there is no current room.