i'm a bit confused here. i have this situational script on a feat:
and this works just fine. so on another feat i've got a similar script:
but this one gives me an error when i do Test Now saying: Invalid macro reference encountered in script
why is the first one working for the preception skill but the second won't for the sense motive?
Code:
#situational[hero.child[skPercep],"+" & hero.child[fPUHawkeye].field[abValue].value & " on vision-based Perception checks",field[name].text]
and this works just fine. so on another feat i've got a similar script:
Code:
#situational[hero.child[skSenseMot],"+" & hero.child[fPUInquis].field[abValue].value & " on Sense Motive checks to
oppose a Bluff check.",field[name].text]
but this one gives me an error when i do Test Now saying: Invalid macro reference encountered in script
why is the first one working for the preception skill but the second won't for the sense motive?