llabs
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
Liked comment
1.3.0 is finally out and supports SPT4.
Please report bugs/glitches ... I know I need to investigate the power switches in customs... I only tested on Factory ATM (quicker load times, cause after the 10th game load you get bored fast)
Nov 5, 2025 5:20 PM
View details
Liked comment
This one is giving me issues to update to SPT 4. It compiles alright but nothing displays... I suspect the OnGUI method to be the culprit but will need to investigate more ...
Will keep you posted...
Nov 1, 2025 10:00 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.