Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
~set abValue as numerical variable
var abValue as number
~set abValue as numerical varibale (HL throws up an error if I do not do this)
var usrSelect as number
~set abValue to usrSelect
abValue = usrSelect
~apply number in abValue to Stealth
#skillbonus[skStealth] += abValue
field[abValue].value += field[usrSelect].value
~ Add to our stealth
#skillbonus[skStealth] += field[abValue].value
The Tengu race gets an ability to gain all Swords. I would take a look at its racial special and see if you can modify it for Pole arms.Now I just have to find a way to give a race proficiency with all pole arms.