Hi, is there any script for release of ownership of alarm, which I can trigger like _engine.UnacknowlegeAlarm()?
Hi Apurva,
As far as I am aware there are no Engine methods to achieve this, as generally when an alarm gets acknowledged it is expected some actions will be taken to resolve the alarm.
There is way to achieve your result by sending the the SLNet message directly (i.e. sending the same message the client would send the server if a user did this in the alarm console.
Do be careful when using SLNet messages directly, as this can lead to undefined behaviour.