!7 abstract !include once #1016461 // Katze sclass Katze2 extends Katze { transient BakedBot bot; // Note: BakedBot uses OUR mech functions start { imageID = #1101368; // Icon by iconka.com } void actuallyLoadCat { dm_useLocalMechListCopies(); if (bot == null) bot = bakedBotWithDefaultMechLists(); catModule = runDependentWithParams(#1013936, denkmodulID := null, denkmodul := bot.bot); setOpt(catModule, defaultText := ""); } }