Exemple #1
0
        public void botStop(string bot)
        {
            IBotManager manager = World.RequestModuleInterface <IBotManager>();

            if (manager != null)
            {
                manager.StopAutoMove(UUID.Parse(bot));
            }
        }