Sketches
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
okay that kind of helps, I was equally not entirely sure how your use case was unique and how it caused a problem for you and if it would apply to me.
I'm going to be hosting the server on the same PC i'm playing and a buddy is joining to me, and the less clicking and searching the better.
Nov 27, 2025 11:50 PM
View details
Created comment
I'm a bit confused by if this may effect me because i'm trying to make it easier for a friend new to tarkov entirely to get the mods with minimum effort required. i plan on playing and hosting on the same PC, we'd only really be playing together and i've not had issues before doing this but i'm uncertain if i'd be able to use Narco for my use case.
Nov 27, 2025 11:51 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.