I'm using this piece of code to spawn "flaming" barrels (the first scenery obj in the mapper):
create_object(33554433,17903,0);
It does work, but some of the barrels spawn without flames, and don't emit much light, if any.... Is there anybody else spawning scenery via script? Did this...