dajokaman759
Refugee
I wanna know if its possible to add the ability to be able to pick up the wooden storage/furniture, gun safe and the secure storage chests like how you can pick up other stations when placed in a land claim block radius?
I wanted to try doing it myself but im pretty sure I didn't do this method right to add an attribute that aren't on the boxes by default. Heres the example I attempted to do to be able to pick up the storage box.
blocks.xml
I wanted to try doing it myself but im pretty sure I didn't do this method right to add an attribute that aren't on the boxes by default. Heres the example I attempted to do to be able to pick up the storage box.
blocks.xml
Code:
<configs>
<setattribute xpath="/blocks/block[@name='cntStorageGenericInsecure']/property[@name='TakeDelay']/@value">5</setattribute>
</configs>