Working on a spell that opens a container based on which hand casted the spell.
How do I determine if a spell is casted with the right or left hand?
Working on a spell that opens a container based on which hand casted the spell.
How do I determine if a spell is casted with the right or left hand?
Figured out ...
if PlayerRef.GetAnimationVariableBool("isCastingLeft") == 1
...
else
...
endif