ФУНКЦИЯ В ФАЙЛЕ
function CTreasureManager:give_spot_exclusive(treasure_id, spawn)
([treasure_id], “primary_object“, “st_vvvvvvvvvvvvv_name“)
printf(“Give secret [%s]“, treasure_id)
end
------------------------------------------------------------
ФУНКЦИЯ В ФАЙЛЕ
function give_spot_exclusive (actor, npc, p)
if p == nil then
abort(“Required parameter is [NIL]“)
end
for k,v in pairs(p) do