Community Forum

placeableType(s)

Forum Overview >> Scripting

CategoryScripting
Created10.02.2019 07:43


Anthony Roark (iwasthere83) 10.02.2019 07:43
Is it possible to combine placeableType: highPressureWasher & workshop in the xml? If not I am following the other threads on custom placeableTypes. Simple answer of no you can't or yes you can and direction would be nice.

If yes would it look like two lines:


<placeableType>workshop</placeableType>
<placeableType>highPressureWasher</placeableType>

Or a combination: <placeableType>highPressureWasher, workshop</placeableType>

Bilbo Beutlin (BBeutlin) 10.02.2019 18:15
No - doesn't work.
The XML parser ignores multiple identic tags.
And in your second example the syntax is faulty.

Anyhow, for <placeableType> a single type is expected.


Note: Log in to post. Create a new account here.