entity(x,y,"value")EnderCrypt OPUser Offline 24.02.11 05:59:03 pm 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
Re: entity(x,y,"value")EngiN33R Moderator Offline 24.02.11 06:04:37 pm 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.