Hello, i have with a talkaction command !skullremove, everything is okey skull is removed but the frags is still in database, so when i relog i get again rs. I'm using this script
Problem with frag remover
Lua:
local exstorage = 1499
-- how many premium points are needed to take off the red skull
local COST = 20
-- "yes" or "no" // should it also remove all frags?
local REMOVE_FRAGS = "yes"
-- effect to use // you can find the list in data/lib/constant.lua
local EFFECT = CONST_ME_YELLOW_RINGS
function...