I am trying to add the Education feat from the Forgotten Realms Setting into the editor for a campaign I am running.
I am struggling a bit with the eval script that lets the user pick two knowledge skills and apply a +1 bonus to them.
Phase pre-levels, priority 10000
I have done this a multitude of ways and still can't get it working. Any help would be appreciated.
I am struggling a bit with the eval script that lets the user pick two knowledge skills and apply a +1 bonus to them.
Phase pre-levels, priority 10000
Code:
~Add +1 bonus to two knowledge skills chosen by player
if (field[usrChosen1].ischosen <> 0) then
#skillbonus[field[usrChosen1].chosen] += 1
endif
I have done this a multitude of ways and still can't get it working. Any help would be appreciated.