public void llDeleteCharacter() { IBotManager botManager = World.RequestModuleInterface <IBotManager>(); if (botManager != null) { botManager.RemoveCharacter(m_host.ParentEntity.UUID); } }