if GetDate(DAY_OF_WEEK)==0 then
SetObjectDwellingCreatures("City Name", creature ID, 0)
end
If there are several such creatures, then create an array of IDs:
if GetDate(DAY_OF_WEEK)==0 then
local id_table = {id1, id2, id3, ....}
for key, id in id_table do
SetObjectDwellingCreatures("City Name", id, 0)
end
end
_________________
Группа картостроителей
Там ответы на вопросы, руководства, гайды и прочее
Discord-сервер "Герои 5: S.T.A.L.K.E.R"
Сервер по модификации "Герои 5: S.T.A.L.K.E.R"
_________________