Phenixtri has written
Wrench & ability to build yellow neutral buildings
Impossible to make it
p = create_polygon(x, y, mode, id) addvertex(p, x, y) addvertex(p, x+10, y) addvertex(p, x, y+10) addvertex(p, x+10, y+10) -- now p is a square fill_polygon(p, true) -- do fill p color(p, 255, 100, 60) -- set the edge color for p fillcolor(p, 60, 100, 255) -- set the fill color for p deletepolygon(p) -- remove the polygon p