When I try sticking two 'code's together, I get this:
[/code]
This is an issue because for the Enemy Database, I'd like to have all enemies listed in 'code' as well for anyone to do level conversions or edit as they please. However, I run into the issue when I try to stick any enemy with Replaced Drop in the code, because Replaced Drop contains 'code' and '/code'.
Supposedly, it's not possible to fix... conventionally. I haven't the slightest idea if this can work, but a [code2] tag. What this does is replaces the function of the 'code' tag and then prevents all interior 'code' tags from trying to cause a 'code' box inside of a 'code' box.
If this can't be fixed, I'll have to proxy 'code' all of the replaced item drops inside of the 'code', which is a bit inconvenient.
Code:Select All
[code]
This is an issue because for the Enemy Database, I'd like to have all enemies listed in 'code' as well for anyone to do level conversions or edit as they please. However, I run into the issue when I try to stick any enemy with Replaced Drop in the code, because Replaced Drop contains 'code' and '/code'.
Supposedly, it's not possible to fix... conventionally. I haven't the slightest idea if this can work, but a [code2] tag. What this does is replaces the function of the 'code' tag and then prevents all interior 'code' tags from trying to cause a 'code' box inside of a 'code' box.
If this can't be fixed, I'll have to proxy 'code' all of the replaced item drops inside of the 'code', which is a bit inconvenient.