예제 #1
0
        public void llCreateCharacter(LSL_List options)
        {
            IBotManager botManager = World.RequestModuleInterface <IBotManager>();

            if (botManager != null)
            {
                botManager.CreateCharacter(m_host.ParentEntity.UUID, World);
                llUpdateCharacter(options);
            }
        }