Big Sanya Tape 0 Posted March 15, 2021 Hello everyone, I asked the developers of Namalsk to suggest whether it is possible to manually launch an event (EVR storm) with administrator privileges, for which I received this code: EventManager manager; EnScript.GetClassVar(GetGame().GetMission(), "m_EventManagerServer", 0, manager); manager.StartEvent(EVRStorm); What I'm interested in is how to use it: do I need to create a separate mod, or is it possible to use it in some way via the RCON server console? Share this post Link to post Share on other sites