Hello everybody!
I have some trouble to understanding why in my server a mist function stop to work, apparently about a week ago, didnt know the exact day, just noticed it now douring some test cause some players report me the issue.
I have a simple utilization for mist, a simple respawn after death for some static unit we use for aiming training.
of course the Mist (last version available on Github) have a trigger to load at mission start.
then after 2 second a "do script" file with the follow:
---
if not Group.getByName('groupname')
then
mist.respawnGroup('groupname', true)
end
--
thats all, always work from months but stopped, ive try some different options as indicated in Hoggit wiki about it, but doesnt work. https://wiki.hoggitworld.com/view/MIST_respawnGroup
thanks in advice for any help, blueskies my friends!