• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Moving Land Claim Blocks

ghettochild2600

New member
Haven't found a mod for this, but it would be nice to be able to pickup and move LCBs like you can with other blocks. I tried setting CanPickup=true in the xml but it just puts one in your inventory and the previous one stays unless you relog.

 
Did you just have

<property name="CanPickup"/>

or

<property name="CanPickup" value="true" param1="keystoneBlock"/>

because doing it the 2nd way works without having to relog.

 
Did you just have <property name="CanPickup"/>

or

<property name="CanPickup" value="true" param1="keystoneBlock"/>

because doing it the 2nd way works without having to relog.
Thanks. It works on single player, but when I set it up that way on my dedicated it doesn't want to work.

 
Back
Top