Static on Static Collision?

Hey, um this isn’t really a pressing issue for me, but it would make things a lot easier if it were possible… basically, is there a way for ‘static’ object to trigger Collision (with property) sensor on another static object? I’v briefly dabbled around with this but… nada.

So far this only seams to work on Dynamic to Static or Dynamic to Dynamic.

No, I don’t think there is. If you need to detect a collision for static objects, it’s easiest to use a Sensor type object, as that can detect pretty much all colliisions (except other Sensor type objects, if I recall).