Thanx for the message, the exit room thing now works correctly 8)
But I still have problems with talking to characters here's the problem:
I used this script for the character when you talk to him:
// script for character3: Talk to character
if (GoToCharacter(HIPPY, 2, 0, 0)==1){
ChangeCharacterView(HIPPY, 9);
RunDialog(1);
}
But when you talk to him, the hero will walk to the right of the character and then does nothing. Only when you click again it will start the conversation. So it only works if you already stand on the right of the character. otherwise it will walk to the right and then do nothing. Can you help me?!

But I still have problems with talking to characters here's the problem:
I used this script for the character when you talk to him:
// script for character3: Talk to character
if (GoToCharacter(HIPPY, 2, 0, 0)==1){
ChangeCharacterView(HIPPY, 9);
RunDialog(1);
}
But when you talk to him, the hero will walk to the right of the character and then does nothing. Only when you click again it will start the conversation. So it only works if you already stand on the right of the character. otherwise it will walk to the right and then do nothing. Can you help me?!
