I added a light to GLDEFS that looks like this:
Code: Select all
sectorlight PickupGlow
{
	color 0.5 0.5 1
	size 7
	scale 0.5
	offset 0 0 0
	dontlightself 1
	subtractive 0
}
Execution could not continue.
Script error, "cubetest5.wad:GLDEFS" line 33:
Unknown tag: size
If I take out the size line it works properly and displays whatever the default size is for a light.

