#Unequipping from wrong hand.

9 messages · Page 1 of 1 (latest)

dreamy path
#

You can see that it will default to my main hand instead of the hand that was originally holding it...

naive lynx
dreamy path
#

Yes

deft tusk
#

Use player get equipped object

#

if the player has a object in one hand drop the object in the other hand

wild fractal
#

unequipt from slots with dominate hand as:

if value
condition: dominant hand from local player get equipped objects is valid,
then: dominant hand object = object picking up.
Else: false

Off hand as:
the dominant hand circuit, but not the output, if value might be cheaper tho

dreamy path
#

Thanks boss

wild fractal
# dreamy path Thanks boss

if still dont work, u may need to put dominant hand through "from rec room object" before puting into the equals, but ye. Np

dreamy path
#

No I got it to work