Difference between revisions of "HasSpell - Actor"
Jump to navigation
Jump to search
no edit summary
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>Kahmul |
||
Line 19: | Line 19: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
; Does the player have the super spell? | ; Does the player have the super spell? | ||
if (Game.GetPlayer.HasSpell(SuperSpell)) | if (Game.GetPlayer().HasSpell(SuperSpell)) | ||
Debug.Trace("The player has the super spell") | Debug.Trace("The player has the super spell") | ||
endIf | endIf |