Made some boring areas a little more interesting to look at
This commit is contained in:
@@ -34,9 +34,11 @@ void main()
|
||||
give_custom_exp( GetLastKiller(), OBJECT_SELF, 0 );
|
||||
|
||||
object oKiller = GetLastKiller();
|
||||
SetLocalInt(oKiller, "vikingdead", 1);
|
||||
|
||||
ExecuteScript("prc_npc_death", OBJECT_SELF);
|
||||
object oParty = GetFirstFactionMember(oKiller, TRUE);
|
||||
SetLocalInt(oParty, "vikingdead", 1);
|
||||
oParty = GetNextFactionMember(oKiller, TRUE);
|
||||
SetLocalInt(oParty, "vikingdead", 1);
|
||||
ExecuteScript("prc_npc_death", OBJECT_SELF);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user