View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old November 3rd, 2022, 10:49 AM
#levelcount[DraconicE] > 0

#hasfeat[fCITTanLegSize] <> 0

Combining them:
if (#levelcount[DraconicE] > 0) then
if (#hasfeat[fCITTanLegSize] <> 0) then
~make your changes here
endif
endif
Mathias is online now   #13 Reply With Quote