how i can add onKill script ? and where i must paste this script ? ( creaturescirpts/dragons.lua ) ??
local config = {
['dragon'] = {amount = 5, storage = 19000, startstorage = 5002, startvalue = 1},
['dragon lord'] = {amount = 3, storage = 19001, startstorage = 5002, startvalue = 1}
}
function...