ddSqueeze
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
Instead of simply choosing the closest spawn point to the selected exfil, would it be possible to choose a random spawn point within some radius of that exfil? I really like the option of having some control over where I'm deploying into a map, but it would be nice to still have a bit of variety, rather than it being exactly the same point every time.
Oct 23, 2025 2:59 AM
View details
Created comment
Instead of simply choosing the closest spawn point to the selected exfil, would it be possible to choose a random spawn point within some radius of that exfil? I really like the option of having some control over where I'm deploying into a map, but it would be nice to still have a bit of variety, rather than it being exactly the same point every time.
Oct 23, 2025 2:57 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.