Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: .M.M. on Tue 20/05/2008 12:16:57

Title: Buffer exceeded [SOLVED]
Post by: .M.M. on Tue 20/05/2008 12:16:57
Hi, I´ve got a really long section dialog_request. I added few lines and AGS told me "buffer exceeded: you probably have a missing closing brace on a prevoius line". But it don´t miss! It is also strange because the error line is in the middle of dialog_request.
[EDIT] Sorry, I fixed it... 10 lines apwards error line was dTroll.SetOptionState(2, eOptionOff  - yes, there was missing     );  .   :P