__dankster__
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
Will this also fix the transition issue with labyrinth? Half the time i transition to the map the game just loads forever and i have to alt f4 and waste the keycard
Nov 8, 2025 4:03 AM
View details
Deleted comment
Using SPT 4.0.2. Event overrides don’t seem to be working. Its currently doing the Halloween event but checking disable ongoing events does nothing. I also tried enabling the Halloween event and just disabling zombies but this also does nothing. Haven’t tried enabling others like Christmas cause i wasn’t sure if having both on would be good. But for sure disable ongoing and disabling zombies aren’t working.
Nov 2, 2025 9:01 PM
View details
Created comment
Using SPT 4.0.2. Event overrides don’t seem to be working. Its currently doing the Halloween event but checking disable ongoing events does nothing. I also tried enabling the Halloween event and just disabling zombies but this also does nothing. Haven’t tried enabling others like Christmas cause i wasn’t sure if having both on would be good. But for sure disable ongoing and disabling zombies aren’t working.
Nov 2, 2025 8:56 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.