• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

Where am I going wrong

Im trying to remove the cashregister using the following code

<remove xpath="/lootcontainers[@name='cashRegister']"/>




But i keep getting a yellow error saying it did not apply it.

 
There is no s on lootcontainer

should be //lootcontainer or /lootcontainers/lootcontainer[]

 
Last edited by a moderator:
Back
Top