I want to create a building for the shore (should be partly on water, partly on land). The definition buildingspace=shore ist not working (it's like buildingspace=land and water). I also experimented a lot with selectplace, just to find out, that this is an event separate from the building positioning mode. Which is too bad, because having a selectplace_y would solve my problem. Do I have to recreate the whole building positioning mode with the selectplace event or do you guys see any other way??
Forum




Shore Building
2 replies



I want to create a building for the shore (should be partly on water, partly on land). The definition buildingspace=shore ist not working (it's like buildingspace=land and water). I also experimented a lot with selectplace, just to find out, that this is an event separate from the building positioning mode. Which is too bad, because having a selectplace_y would solve my problem. Do I have to recreate the whole building positioning mode with the selectplace event or do you guys see any other way??
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Select val$
Case "land" typ=0
Case "land and water" typ=1
Case "water" typ=2
Case "shore" typ=3
Case "hill" typ=4
Case "shallow water" typ=5
Case "at object" typ=6
The moment the building is placed, it has an ID that can be called with


1
2
3
4
2
3
4
on:build_start
{
if (abs($y)<10) {skipevent;}
}



