Just wondering if I can add a generic #situational to a specific gear choice. I know I can do it with adding to the script for the skills and attack with an "*" showing up in the UI on the skills and attack. I want to see if the "*" in the UI can just be shown on the specific gear and not all the skills and attack.
My script loads, but once the item is chosen it throws an error.
the error is
It's not a big deal, just wondering if it can work.
My script loads, but once the item is chosen it throws an error.
Code:
Post Att 10000
if (field[usrChosen1].ischosen <> 0) then
#situational[field[usrChosen1].chosen,signed(field[abValue].value) & " competence bonus on skill and attack checks made to use or that utilize that equipment.",field[thingname].text]
endif
the error is
Code:
Attempt to access field 'SitList' that does not exist for thing 'gCustom'
It's not a big deal, just wondering if it can work.