Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function ENT:GiveSpells(activator, caller)
  2. local complete, reason = HpwRewrite:PlayerGiveLearnableSpell(activator, self.PrintName)
  3. if not complete then
  4. HpwRewrite:DoNotify(activator, reason or "Unknown error!")
  5. return false
  6. end
  7.  
  8. return true
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement