
Stoned_Hobo
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
Edited comment
im stupid and actually read the documentation for once. i got the answer, thanks
Oct 13, 2025 11:59 PM
View details
Deleted comment
regarding the weapon box weight option, i just want to double check, a higher number means more common? if so, do decimal numbers work? if i put a weight to 0.5 will it be half as common as the default 1?
thanks
Oct 13, 2025 11:59 PM
View details
Edited comment
im stupid and actually read the documentation for once. i got the answer, thanks
Oct 13, 2025 11:58 PM
View details
Created comment
im stupid and actually read the documentation for once. i got the answer, thanks
Oct 13, 2025 11:57 PM
View details
Created comment
regarding the weapon box weight option, i just want to double check, a higher number means more common? if so, do decimal numbers work? if i put a weight to 0.5 will it be half as common as the default 1?
thanks
Oct 13, 2025 11:44 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.