I happen to have a problem.
Until now,I was using if "list contains no items", but now there is a need to use "list contains ______"
What name should I fill in "if list contains ______" (in which list contains all the actors between two actor centres) to know if there is a tile
When I used when drawing event to display all actor's names in the list, there was one with the name "Terrain,Actor 100000000"
I tried inserting Terrain and Terrain_100000000, but it didn't solve my problem.
edit: solved, made a loop(for each item in list) to check if any item's group is Tiles