it is possible to add an (exterior) emittance to a object added by the placeatme() function?
Scriptname mannyAttachGlow extends ObjectReference STATIC Property FXGlow Autoint doOnce = 0event onCellAttach() if doOnce == 0 self.placeatme(FXGlow) doOnce = 1 endifendEvent
Thank you

Sorry is not exactly what I searching for.