Advertisement
Bagserk

Untitled

Jan 5th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Scriptname AddFemKhajitVoiceFollower extends Quest
  2.  
  3. FormList Property VoicesFollowerAll Auto
  4.  
  5. FormList Property VoicesFollowerNeutral Auto
  6.  
  7. VoiceType Property FemaleKhajiit Auto
  8.  
  9. function addvoicetypetofollowers()
  10. VoicesFollowerAll.AddForm(FemaleKhajiit)
  11. VoicesFollowerNeutral.AddForm(FemaleKhajiit)
  12. endfunction
  13.  
  14. Event OnInit()
  15. addvoicetypetofollowers()
  16. EndEvent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement