Action #290 appears twice on ACTION.IDS
CrevsDaak
Member Posts: 7,155
I am not sure if this is a bug or if it's known, I know that it's impossible to cause issues with this (since both strings say the same) but I'd like to give a warning.
290 PlayDeadInterruptable(I:Time*)
290 PlayDeadInterruptible(I:Time*)
Post edited by CrevsDaak on
0
Comments
They're not both the same, look closely at the spelling, specifically the fourth character from the right; 'a' and 'i'. :-)
PlayDeadInterruptable PlayDeadInterruptible
I would imagine one is a replacement for the other internally, both can be used interchangeably.
I should look closer when reading, and when writing bug reports.
Technically it is a bug, more of an oversight perhaps, or maybe it was done because someone on the development team
is poor at spelling andkeeps getting that one character mixed up. There's really no way of knowing. It's one of those irrelevant bugs that will not impact scripting in any way. So long as the variable does not change (290 in this case) then it will be fine.Seems to me like two people working over the same thing at the same time, it happens sometimes.