Magus Posted April 19, 2016 Share Posted April 19, 2016 Dialogs won't be able to parse TIMEODAY.ids for the trigger TimeOfDay because the parameter name contains space! Getting this warning everywhere. I can't see anything wrong about the file, though. What's about it? Link to comment
Avenger Posted April 22, 2016 Share Posted April 22, 2016 open trigger.ids and remove the space. before: 0x401F TimeOfDay(I:Time Of Day*TimeODay) after: 0x401F TimeOfDay(I:TimeOfDay*TimeODay) The warning means, if you use TimeOfDay in dialog, the engine won't be able to correctly parse it, and you're gonna have a bad day. I opted for nagging in dltcep, because of the very hidden nature of this bug. Link to comment
Magus Posted April 23, 2016 Author Share Posted April 23, 2016 Oh, it's that. I understood the message, just didn't get that the error is in trigger.ids. Thank you. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.