Advertisement
Bagserk

Untitled

Sep 4th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Scriptname checkformlistsize extends activemagiceffect
  2.  
  3. FormList Property VoicePowerVoicesListNoDraugr Auto
  4.  
  5. Event OnEffectStart(Actor akTarget, Actor akCaster)
  6. Debug.MessageBox(VoicePowerVoicesListNoDraugr + "FormList has" + VoicePowerVoicesListNoDraugr.GetSize() + "forms.")
  7. EndEvent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement