list { column { width 62 label { area 0 0 280 55 text lua "Infinity_FetchString(chargen.proficiency[rowNumber].name)" text style "normal" align right center } } column { width 4 label { bam GUIPFC area 0 19 16 16 align center center enabled "chargen.proficiency[rowNumber].value > 4" } } column { width 4 label { bam GUIPFC area 0 19 16 16 align center center enabled "chargen.proficiency[rowNumber].value > 3" } } column { width 4 label { bam GUIPFC area 0 19 16 16 align center center enabled "chargen.proficiency[rowNumber].value > 2" } } column { width 4 label { bam GUIPFC area 0 19 16 16 align center center enabled "chargen.proficiency[rowNumber].value > 1" } } column { width 4 label { bam GUIPFC area 0 19 16 16 align center center enabled "chargen.proficiency[rowNumber].value > 0" } } column { width 9 label { area 0 6 45 42 bam GUIOSW frame lua "getPlusFrame(7)" sequence 0 align center center } } column { width 9 label { area 0 6 45 42 bam GUIOSW sequence 1 frame lua "getMinusFrame(8)" align center center } } action " currentChargenThiefSkill = nil if ticksStarting < 10 then if cellNumber == 7 and plusButtonClickable(currentChargenProficiency) then createCharScreen:OnProficiencyPlusMinusButtonClick(chargen.proficiency[currentChargenProficiency].id, true) elseif cellNumber == 8 and minusButtonClickable(currentChargenProficiency) then createCharScreen:OnProficiencyPlusMinusButtonClick(chargen.proficiency[currentChargenProficiency].id, false) end end cellNumber = nil ticksPassed = 0 ticksStarting = 0 " actionUpdate " currentChargenThiefSkill = nil ticksStarting = ticksStarting + 1 if ticksStarting > 10 then ticksPassed = ticksPassed + 1 if ticksPassed > 7 then if cellNumber == 7 and plusButtonClickable(currentChargenProficiency) then createCharScreen:OnProficiencyPlusMinusButtonClick(chargen.proficiency[currentChargenProficiency].id, true) elseif cellNumber == 8 and minusButtonClickable(currentChargenProficiency) then createCharScreen:OnProficiencyPlusMinusButtonClick(chargen.proficiency[currentChargenProficiency].id, false) end ticksPassed = 0 end end " rowheight 54 area 37 248 523 432 table "chargen.proficiency" var currentChargenProficiency scrollbar 'GUISCRC' }