var t = require; var e = module; var i = exports; Object.defineProperty(i, "__esModule", {value: !0}); const s = t("App"), o = (t("ViewConst"), t("B3Tree1")); class a extends o.BaseAction { open(t) { t.blackboard.set("first", !0, t.tree.id, this.id); } tick(t) { return s.default.ViewManager.isShow(15) ? t.blackboard.get("first", t.tree.id, this.id) ? (this.properties.isShow ? t.target.showStory(this.properties) : (t.target.hideStory(), t.target.godGuide.reset()), t.blackboard.set("first", !1, t.tree.id, this.id), o.b3.RUNNING) : o.b3.SUCCESS : (t.target.openGuideView(), o.b3.RUNNING); } } (i.default = a), o.register(a, "NGSetStory");