When I get “E” pressed on a structure, the “radial menu” opens. How could I add some options to this?
Thx!
When I get “E” pressed on a structure, the “radial menu” opens. How could I add some options to this?
Thx!
BPMultiUseEntries runs once per frame when you’re targeting the structure.
BPTryMultiUse is fired when you select that radial option.
Thx Huston!