View Single Post
Oystein
Junior Member
 
Join Date: Jan 2016
Posts: 22

Old July 8th, 2016, 07:17 AM
*ponders*

There is an "all" background option on the abilities - but that only says who it is available for, the trick is to add the correct fields to all backgrounds so you can select it.

(basically "AbilMax", "AbilName" and "AbilPlur" needs to be added to the background once it is picked. Peeking to see if I can just use an eval scrip to add it (something like:
Code:
hero.findchild[BaseBackground].field[AbilMax].value += 1
hero.findchild[BaseBackground].field[AbilName].text= "Bloodline"
hero.findchild[BaseBackground].field[AbilPlur].text= "Bloodlines"
I've tried looking at configurables, but having a tough time understanding how to use it for something like I want
Oystein is offline   #8 Reply With Quote