Waars
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
Liked comment
Ah, that's my fault, Adar example belonged to Filter IIC that was removed from 2.0.0 releases, i seem to miss to remove the example from the FAQ.
Current example would be this:
Default IIC:
5c07c60e0db834002330051f:Slots:1:Properties:Filters:0:Filter:+:["55d482194bdc2d1d4e8b456b"]
Should work.
Nov 27, 2025 4:04 PM
View details
Created comment
**ICC filter not worked
I used the example of an ADAR with a 60-round AK magazine and...**
`Default: 5c07c60e0db834002330051f:Slots:1:Filter:[55d482194bdc2d1d4e8b456b]
[SVM] INVENTORY AND ITEMS - Custom properties: failed to load, error of the code:
System.MissingMemberException: Member 'Filter' not found in Slot
at ServerValueModifier.Sections.Advanced.GetMember(Object obj, String name)
at ServerValueModifier.Sections.Advanced.SetNestedValue(Object obj, String[] path, String stringValue)
at ServerValueModifier.Sections.Advanced.IDChanger(String[] variables, Dictionary`2 items)`
Nov 26, 2025 3:36 PM
View details
Liked comment
Huh, if that's the case - whoops, maybe an ID mismatch when i was switching from ID to templates, will look into it.
Nov 26, 2025 3:05 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.