public void llCreateCharacter(LSL_List options) { IBotManager botManager = World.RequestModuleInterface <IBotManager>(); if (botManager != null) { botManager.CreateCharacter(m_host.ParentEntity.UUID, World); llUpdateCharacter(options); } }