Enforcer84
Well-known member
ok now that I'm plunging myself into writing eval scripts...
I'm looking at an ability (+2 to Perception Skill) that only works when another ability is active.
so I'm thinking my if statement should be...though I'm probably missing the placement.
if raWorTF.activated <> 0
then skPercep += 2
end if
I'm looking at an ability (+2 to Perception Skill) that only works when another ability is active.
so I'm thinking my if statement should be...though I'm probably missing the placement.
if raWorTF.activated <> 0
then skPercep += 2
end if