CS2D
Scripts entity(x,y,"value") entity(x,y,"value")
1 reply hi
i got a question
does type return id of that tile?
also how do i do to know if that id is a wall or deadly
i want to get true when its somheting a player can walk on It's entity, not tile.
Use tile(x,y,"frame") to get tile's frame and tile(x,y,"property") to, obviously, get its property. 1 is wall, 2 is obstacle, etc. Look it up.