Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: deltamatrix on Thu 28/08/2003 22:17:49

Title: game.following.room.timer not working
Post by: deltamatrix on Thu 28/08/2003 22:17:49
The above mentioned variable ain't doing what it says on the tin. I set the variable to 80000 and the characters barely waited a second before appearing in the next room.

It's not vital to me that it gets fixed anymore but it has to be a bug.
Title: Re:game.following.room.timer not working
Post by: MrColossal on Fri 29/08/2003 02:36:17
are you using FollowCharacterEx(); ?
Title: Re:game.following.room.timer not working
Post by: on Fri 29/08/2003 13:10:45
yes
Title: Re:game.following.room.timer not working
Post by: Pumaman on Fri 29/08/2003 19:37:27
80000 is rather extreme, it's possible that it doesn't work properly at such large values.

Try 400, for instance. That should leave about 10 seconds before they enter the room.