sgtlaggy
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 Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
Fence, Ref, and BTR Driver all worked for me, replaced both avatar and name with mod version 4.0.1 on SPT 4.0.6. Perhaps it's a language issue? Though it shouldn't be if even their IDs don't work. Are there any yellow warnings when you start the server? It would say something like "Fence not found, not changing avatar."
Nov 24, 2025 4:44 AM
View details