ACBear
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
No Mods Yet
This user has not yet published any mods.
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
Yes this is possible. There was a mod that did it in 3.10/3.8.3 SPT. Just hasnt been updated.
Nov 9, 2025 8:27 AM
View details
Liked comment
I liked your mod and would like to suggest an addition - to make it possible to remove breathing. Is it possible to do this?
Nov 9, 2025 8:27 AM
View details