JohnHighborn
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
I see that the snapshot is trying to load from an H drive. I don't have an H drive.
Nov 26, 2025 6:07 PM
View details
Created comment
I have only one log. From the BepInEx folder. There is no log in your mod folder in my user mods folder.
Nov 26, 2025 6:04 PM
View details
Created comment
Would you like me to post the logs here or can I send you a message privately??
Nov 26, 2025 5:57 PM
View details
Created comment
Hi, I am new to SPT so not sure where I can find the logs. I test now and send them to you if I can find them. Thanks for the quick reply
Nov 26, 2025 5:47 PM
View details
Created comment
Glad you are back too. I have a bug that my gear did not reappear after I tested your mod. I got the snapshot text up when I entered a raid, then a second snapshot when I died. When I got back to lobby it said "loading gear! or something like that but my character was empty of gear. Do I need to insure it before I go out as well as use your mod??
Nov 26, 2025 5:37 PM
View details