ID:162953
 
hello,

i want to make this game, but i have to be able to let the players build larger then 1 tile at a time is there a way to put down 4x4 tiles or larger at a time would this be possible,
With the block() proc, this should be no problem. block() returns a list of turfs that is a rectange defined by two turfs that represent two corners of the rectangle. Just use block to get a section of the map you want to modify, and change every turf in the list.

~X