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
43 bytes added ,  18:00, 9 September 2007
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 "Your class has agility."
   messagebox "Agility is one of the Attributes of your class."
  else
  else
   messagebox "Your class does not have agility."
   messagebox "Agility is NOT one of the Attributes of your class."
  endif
  endif


==Notes==
==Notes==
Anonymous user

Navigation menu