Hi community.
Today when I am testing the
I found a bug, I test it in 3 differentes 34k games, but all have the bug, the kill multiply by two.
For example, I have this quest
HTML Code:
quest test begin
state start begin
when kill with npc.is_pc() begin
local plus = pc.getqf("kill_test")+1
pc.setqf("kill_test", plus)
chat("Kill Test "..plus)
end
end
end
When I kill one time a player, the game multiply the kill, I don't know the cause...
Can someone help us?
Kind regards.