Hello, does anyone know how to make ONLY weapons disappear when dropped but not gold coin or other resources? The mutator zone device won’t let me specify which item to clear on drop, it just clears all types. Is there any other option?
1 Like
I don’t think it’s possible right now, you’d need to find a workaround, converting all your “kept” resources to (undropable) variables could be a solution
2 Likes
Hey thanks for the reply. So I’m making a collect item type of game where I actually want players to drop acquired items when eliminated. I was just hoping I could isolate and make only weapons disappear/deleted when dropped.
1 Like
If you just want to trigger it upon elimination you can set to Keep Loadout on Elimination and trigger an item remover instead upon elimiation (using an elimination manager or a custom Verse script)
2 Likes
I recommend taking a look at the Elimination Manager or Item Remover settings.
1 Like
This is it!! Thanks
1 Like