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.
ID:2123775
Jul 29 2016, 3:11 pm
|
|
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
|
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.