Difference between revisions of "GetEquippedSpell - Actor"

236 bytes added ,  12:08, 27 March 2014
Added example for "Other"
imported>Terra Nova
imported>Enter 77
(Added example for "Other")
 
(One intermediate revision by one other user not shown)
Line 28: Line 28:
endIf
endIf
</source>
</source>
<br>
<source lang="papyrus">
; Does Bob have a Greater Power equipped that takes up the Voice slot?
if (Bob.GetEquippedSpell(2) == GreaterPowerProperty)
  Debug.Trace("Bob has a Greater Power equipped as a Shout")
endIf
</source>
<br>


<source lang="papyrus">
<source lang="papyrus">
Anonymous user