01001101x2
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
Liked comment
This is related to a new update from UIFixes, will look into this. For now avoid multiselect loading outside the inventory
Nov 18, 2025 8:30 AM
View details
Created comment
ahh it's multi-select. i was wondering how i could only re-produce it sometimes.
anyway, thanks for the awesome mod, this is one of those features that feels like it should be in default tark
Nov 18, 2025 8:30 AM
View details
Created comment
getting a bug where i can't sprint at all for the rest of the raid after topping off a mag.
not "hands-busy" bug, but just stuck in the speed of movement that's locked while loading and walking
Nov 17, 2025 11:18 AM
View details
Liked comment
I won't have much time to work on anything SPT-related for the rest of this year. My hope is to have an SPT 4.0 release in February.
Nov 17, 2025 12:47 AM
View details