[rev34083]npc.is_pc() - broken function

11/22/2013 00:04 Adam1519#1
Hello community!
I have a big problem with game rev34083. I tried to make a kill counter on my pserver from this thread:

[Only registered and activated users can see links. Click Here To Register...]

Everything was good until I killed a player. The counter increased not by one but by two kills... (the mob counter works good)

I repeated this action on game rev2089 and it was alright, so I tried to rewrite the quest but unsuccessfully...
The problem is (I think) in the function "npc.is_pc()". it's just running twice.
Is there solution to write a new quest, which can work around this problem?
11/22/2013 00:42 .Shōgun#2
You can apply this dif:

[Only registered and activated users can see links. Click Here To Register...]
11/22/2013 11:42 Adam1519#3
Thanks a lot!