Difference between revisions of "IsClassSkill"
Jump to navigation
Jump to search
no edit summary
imported>WereWolf (Added example) |
imported>WereWolf |
||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | ||
'''Syntax:''' | '''Syntax:''' | ||
Line 7: | Line 5: | ||
or | or | ||
(isClassSkill:bool) ''reference.''IsMajor skill:short ''class:ref'' | (isClassSkill:bool) ''reference.''IsMajor skill:short ''class:ref'' | ||
Returns whether the passed skill is a skill of the class. | |||
'''Example:''' | '''Example:''' | ||
short attribute | short attribute | ||
Line 15: | Line 16: | ||
messagebox "Agility is NOT one of the Skills of your class." | messagebox "Agility is NOT one of the Skills of your class." | ||
endif | endif | ||
==Notes== | ==Notes== |