MCPcopy Create free account
hub / github.com/runhey/OnmyojiAutoScript / run

Method run

tasks/SoulsTidy/script_task.py:18–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16
17class ScriptTask(GameUi, SoulsTidyAssets):
18 def run(self):
19 self.ui_get_current_page()
20 self.ui_goto(page_shikigami_records)
21 con = self.config.souls_tidy
22 if con.simple_tidy.greed_maneki:
23 self.goto_souls()
24 self.greed_maneki()
25 self.back_records()
26
27 self.set_next_run(task='SoulsTidy', success=True, finish=False)
28 raise TaskEnd('SoulsTidy')
29
30 def goto_souls(self):
31 """

Callers 1

script_task.pyFile · 0.45

Calls 7

goto_soulsMethod · 0.95
greed_manekiMethod · 0.95
back_recordsMethod · 0.95
TaskEndClass · 0.90
ui_get_current_pageMethod · 0.80
ui_gotoMethod · 0.80
set_next_runMethod · 0.80

Tested by

no test coverage detected