Advertisement
Guest User

Untitled

a guest
Apr 15th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
  2. ;NEXT FRAGMENT INDEX 1
  3. ScriptName AddSpellToSpeakerScript Extends TopicInfo Hidden
  4.  
  5. ;BEGIN FRAGMENT Fragment_0
  6. Function Fragment_0(ObjectReference akSpeakerRef)
  7. Actor akSpeaker = akSpeakerRef as Actor
  8. ;BEGIN CODE
  9. akSpeaker.AddSpell(LightningBolt)
  10. Debug.MessageBox(akSpeaker as String + " - actor was fired!")
  11. ;END CODE
  12. EndFunction
  13. ;END FRAGMENT
  14.  
  15. ;END FRAGMENT CODE - Do not edit anything between this and the begin comment
  16.  
  17. Spell Property LightningBolt Auto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement