Hello guys!
I have an item on which I added a Sphere Component named “SphereDoorEffectRange”. On Overlap/Hit on this item, I would like that all the Metal_Door in the “SphereDoorEffectRange” open!
The problem is… I dont find out to force a door to open… Someone could help plz? Thx a lot xD
Is it possible? Dont find anything about it… :s
Simply find the use index of the door activation multiuse (this can be done on the test map, I believe the use index’ are displayed on each menu entry when accessing multiuse while in the editor), then use the Try Multi Use node after your requirements are met.
It may not work entirely as anticipated as that multiuse function may only work if the targeting teams match(like a normal door) as I’m not sure if calling the use index outside of the implemented function changes anything in regards to how it works.
-WM
Perfect, you were true! The MultiUse index is well shown in the editor, right! And TryMyltiUse worked. Thx a lot again! Have a nice day!