ID:2123775
 
Code:


Problem description: question can areas be set by 1x1 pixel and can i put multiple 1 pixel areas in one tile? i want to use this for events music and other things i just want to see if it can be done.

Nope, there can only be one area and one turf on any given tile (areas can actually occupy multiple tiles at once, but not the other way around).

You'd be better off making a generic area that encompasses all of what you'd need the multiples of so that a single area could be setup to trigger multiple actions.
Areas exist on the map as the turfs they contain. Turfs can only be the size of world.icon_size. So no, areas probably aren't what you're after. You might be able to get away with an obj or something else.
ill try using an obj then so my game will only have obj's and mobs lol thanks guys
or ill try nadrews idea