is it possible to add attachments by name as oppose to having to add them all?if not _getTimer then _getTimer = BaseInteractionExt._get_timer end
function BaseInteractionExt:_get_timer()
if self.tweak_data == "corpse_alarm_pager" then
return _getTimer(self)
end
return 0
end