So does that code replace your earlier code or is it additional?
It replaces it: the previous code was actuallly quite long and the remove_cre_item was misused.
Stuff like this:
WRITE_ASCII %lring% ~RING99~ #7
Will likely mess up the .cre file, because you're writing 6 characters to an 8-character offset (and calling it 7 characters). Should probably just use #8 after all those WRITE_ASCIIs. Have you tested it?
Yes, I have; I've written a fix for Icharyd to remove his glowing and his ghast class.
I actually put #7 because I expect this to be only used where there's already ring95, ring99, or a modded version of those, so the 8th ASCII should already be NULL, and is not touched by this mod. Anyway, we could use #8 just to be sure.
Edited by Turambar, 08 September 2010 - 12:19 AM.