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.
|
In response to Nadrew
|
|
Hm, do objects work with this proc? Because it's only working with turfs for me.
|
In response to Arcticblast
|
|
It will return a list of turfs, you must loop over that list to handle other atom types within.
|
In response to Nadrew
|
|
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). |
In response to Arcticblast
|
|
Can anybody help me with this? =/
|
In response to Arcticblast
|
|
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() ).
|
In response to Kaioken
|
|
Thanks i got it working. :D
|