Make Right click event open to either hand #6465
Labels
enhancement
Feature request, an issue about something that could be improved, or a PR improving something.
priority: lowest
"Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements).
Suggestion
Skript tracks the click events to avoid calling a click event with both hands at the same time, i think there should be a way to listen to both at the same time without the use of a function or a loop (looping both held items)
@sovdeeth mentioned that something like:
is ambiguous, which I agree with, and opted for something like
adding both wouldn't hurt in my opinion but if one must be chosen the the latter is the way to go about it
Why?
to explain it better, here's a dumbed down version of what I'm doing, with and without the change I'm suggesting
to make the same thing it becomes necessary to add 2 loops
and this doesn't even take into account the fact that, in the
WITHOUT
example, since we're creating a sort of projectile axe, how would you even handle killing the display item and giving back the item? because those 2 entities need to have separate collision checks to make that happen, so that would be another problem that would be easily avoided if support for both hands was addedOther
worth mentioning that this might required #6207 to be completed, not sure about this
Agreement
The text was updated successfully, but these errors were encountered: