wescat96
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
Edited comment
Not sure if it's related or not, or the exact steps of how I accomplished this. I think I was going prone and trying to enter my inventory and use a stim. No errors popped up but my character got stuck in some kind of animation and wouldn't move at all. I used my END key in an attempt to resolve it, with partial success. Result was being stuck in what I think is the animation your character does when you're looking in your inventory, but I wasn't actually in my inventory. I was able to move around and extract but was effectively handicapped until I left and restarted.
EDIT: I was also unable to interact with anything during this scenario either.
Nov 10, 2025 10:43 PM
View details
Created comment
Not sure if it's related or not, or the exact steps of how I accomplished this. I think I was going prone and trying to enter my inventory and use a stim. No errors popped up but my character got stuck in some kind of animation and wouldn't move at all. I used my END key in an attempt to resolve it, with partial success. Result was being stuck in what I think is the animation your character does when you're looking in your inventory, but I wasn't actually in my inventory. I was able to move around and extract but was effectively handicapped until I left and restarted.
EDIT: I was also unable to interact with anything during this scenario either.
Nov 10, 2025 10:41 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.