
Setesh57
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
danke. I was unable to find that now that SPT is no longer visible in the mod page as a standalone.
Oct 18, 2025 1:24 AM
View details
Created comment
this is a question I can't find the answer to anywhere. Do 4.0.0 mods work just fine on SPT 4.0.1?
Oct 18, 2025 12:47 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.