init 5 python: addEvent( Event( persistent.event_database, eventlabel="hide_stupid_topic3", category=["模组"], prompt="隐藏一些对话...", pool=True, unlocked=True ) ) init offset = 5 label hide_stupid_topic3: m 1eub "我猜你可能不想看到这些对话..." m 1eua "好的~" $ mas_hideEVL("monika_breakup", "EVE", lock=True, depool=True) $ mas_hideEVL("monika_justification", "EVE", lock=True, depool=True) $ mas_hideEVL("monika_girlfriend", "EVE", lock=True, depool=True) $ mas_showEVL("show_stupid_topic", "EVE", unlock=True, _pool=True) $ mas_hideEVL("hide_stupid_topic3", "EVE", lock=True, depool=True) return init python: addEvent( Event( persistent.event_database, eventlabel="show_stupid_topic", category=["模组"], prompt="显示一些对话...", pool=True, unlocked=False ) ) label show_stupid_topic: m 1eua "今天是愚人节吗~啊哈哈~" $ mas_showEVL("monika_breakup", "EVE", unlock=True, _pool=True) $ mas_showEVL("monika_justification", "EVE", unlock=True, _pool=True) $ mas_showEVL("monika_girlfriend", "EVE", unlock=True, _pool=True) $ mas_showEVL("hide_stupid_topic3", "EVE", unlock=True, _pool=True) $ mas_hideEVL("show_stupid_topic", "EVE", lock=True, depool=True) m 2eua "好的~" return # Decompiled by unrpyc: https://github.com/CensoredUsername/unrpyc