IngarHenning
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);
});
"
>
This user has not yet published any mods.
Recent Activity
Created comment
I had the same issue where it broke the server. However, I noticed that my SPT version wa 4.0.1 and not 4.0.2 which is required for this mod to work. Once updated the mod is working fine. I am also using the Dragon Den Mod Manager to install and update all mods. It also helps to shwe what versions of mods are compatible with your current version of SPT.
Oct 30, 2025 4:56 AM
View details
Deleted comment
Unfortunately this mod breaks the server for me. Had to uninstall to get the server working agian.
Oct 28, 2025 4:48 AM
View details
Created comment
Unfortunately this mod breaks the server for me. Had to uninstall to get the server working agian.
Oct 28, 2025 4:40 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.