so I added the code to the road
"flag normal":false,
but I can't decorate the road after adding the code
(the road doesn't turn green when I'm making a road decoration)...
help me plz

Moderator: Plugin Moderators
Code: Select all
(road.flags & deco.requiredFlags) != 0
=^._.^= ∫
Thank you for your interest!!CommanderABab wrote: ↑Fri Oct 18, 2019 18:22You're right! I have a rosd that doesn't allow traffic. It also can't be decorated.
Lobby wrote: ↑Fri Oct 18, 2019 18:31Thank you! That is a bug
The condition to place road decorations waswhich means that only if common flags are set the decoration can be built. I'll change it so that you can always build decorations on roads without flagsCode: Select all
(road.flags & deco.requiredFlags) != 0
![]()