How do i make it so that it builds one type of obj in a filled rectangle?
Also i want a way to delete all objects in a certain area.
ID:157836
![]() Dec 25 2009, 12:50 pm
|
|
![]() Dec 25 2009, 1:08 pm
|
|
Take a look at the block() proc.
|
Ok i got the deleting working but i cant get the building to work.
Can you give me an example for building? Like i want to build a block of obj/Flooring/Grass from point (1,1,1) to point (10,10,1). |
Loop through every turf in the list block() returns and create a new onbj every iteration, using the current turf as its location (look up new() ).
|