Thread: Event death
View Single Post
  #19  
Old 03-28-2017, 02:39 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

If you want it form an NPC then try...


Needs to be in an NPC script
Code:
sub EVENT_KILLED_MERIT {
quest::addldonpoints(15, 1);
}