Okay, its still not working. I'm pretty sure this is the name of the datablock, correct me if I'm wrong. This shows up in the add-ons selection, console with no syntax errors, and even in the event list. But nothing happens if I do OnActivate>Self>setFire.
Here is the entire code:
//Fire Event
registerOutputEvent(fxDTSBrick,"setFire","",1);
function fxDTSBrick::setFire(%this)
{
%this.setEmitter("BurnEmitter A");
}