condition of beeing armed?

De Medici

Grandmaster
can someboedy please tell how the condition if beeing armed is expressed.

I want to check if my char has two handed weapon in his hands.

Thx
 

drasked

Grandmaster
if not freehands
endif

Is the only thing i could find, im pretty sure there is a more accurate condition tho.
 

Casor

Adept
Code:
if @findlayer 'self' 2
This will check if you have something in your left hand. Like a shield or 2-handed weapon. Replace the '2' with '1' if you want to check your right hand for a 1-handed weapon.

If you check in your 'Steam' folder, there should be a file called 'Documentation.pdf' that has pretty much everything you need to know.
 
Last edited:
Top