[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "IsClassAttribute"
Jump to navigation
Jump to search
Fixed example
imported>WereWolf (Added example) |
imported>WereWolf (Fixed example) |
||
Line 9: | Line 9: | ||
set attribute to player.IsClassAttribute 3 | set attribute to player.IsClassAttribute 3 | ||
if (attribute == 1) | if (attribute == 1) | ||
messagebox " | messagebox "Agility is one of the Attributes of your class." | ||
else | else | ||
messagebox " | messagebox "Agility is NOT one of the Attributes of your class." | ||
endif | endif | ||
==Notes== | ==Notes== |