!7 abstract !include once #1016461 // Katze sclass Katze2 extends Katze { transient BakedBot bot; start { imageID = #1101382; } void actuallyLoadCat { dm_useLocalMechListCopies(); if (bot == null) { bot = bakedBotWithRules(mL_raw("Demo Cat Rules")); bot.useIterate(true); bot.useDiskCache(true); } catModule = runDependentWithParams(#1013936, denkmodulID := null, denkmodul := bot.bot, speakFunction := voidfunc(S s) { dm_say(s) }); setOpt(catModule, defaultText := ""); } }