Only one stupid question (i already used the search function):
Has anybody used this operation with sucess? If yes, please Tell me how it works.
I just wrote this into a trigger, for two scene props (2x "spr_bed_a"):
But it did not work. The message was not shown when they intersect.
Any idea?
Has anybody used this operation with sucess? If yes, please Tell me how it works.
I just wrote this into a trigger, for two scene props (2x "spr_bed_a"):
插入代码块:
(try_begin),
(prop_instance_intersects_with_prop_instance, "$test_instance1", "$test_instance2"),
(display_message,"@Collision_detected!"),
(try_end),
Any idea?


