alexkarpen
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);
});
"
>
Recent Activity
Liked comment
I did not try to buy from it as I obviously did not have money for it and the gunsmith questline was not yet open...
Nov 7, 2025 4:49 PM
View details
Created comment
thanks for the feedback flir, i will also check the complementary mod to see if the problem is there, but do report if you find anything also.
Nov 7, 2025 4:44 PM
View details
Created comment
i need more info on how to reproduce the problem, on my side it works fine with no errors. You transferred profiles or something?
Nov 7, 2025 4:26 PM
View details