If entitycollided (...) = true print("столкнулся") if(first = true) first = not first ' здесь первый контакт print("впервые") else ' здесь все последующие print("не в первой уже...") end if endif