obj/Build/Furniture |
Problem description:
I am working on a kind of building game. Most stuff you build, can't be built on top of other objects so I just used this line:
DblClick() |
With the furniture though I wanted to make it so they could build over floors, but not stuff like walls and stuff.
Now everything works, like the walls and such, but the furniture still allows me to build on walls, windows and doors.
Can anyone help me out please?
oview() discludes all objects in the center. It would be smarter to use locate() to try and find objs in a certain area instead.
~~> Unknown Person