The title might be badly explained.
For instance, if I use this:
The game reads the SPRITEFRAME value with an uppercase "N" instead of the lowercase one.
I know this can easly be fixed by using a number instead of the letter (here it's 45) or by using Lua (I think), but this could be useful for modders that don't really know this to fix that.
For instance, if I use this:
Code:
FRAME S_PLAY_DROWN1
SPRITENUMBER = PLAY
SPRITEFRAME = n
DURATION = 17
NEXT = S_PLAY_DROWN2
ACTION None
The game reads the SPRITEFRAME value with an uppercase "N" instead of the lowercase one.
I know this can easly be fixed by using a number instead of the letter (here it's 45) or by using Lua (I think), but this could be useful for modders that don't really know this to fix that.
Last edited by a moderator: