Guest User

Untitled

a guest
Aug 9th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ; lethal feed kills the target and grants restoration xp (lethal)
  2. If akIsLethal
  3. akTarget.Kill(PlayerRef)
  4. Game.AdvanceSkill("Restoration", SCS_VampireSpells_VampireLord_Global_XP_LethalFeed_Base.GetValue() + (akTarget.GetLevel() * SCS_VampireSpells_VampireLord_Global_XP_LethalFeed_Level.GetValue()))
  5. EndIf
Advertisement
Add Comment
Please, Sign In to add comment