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

Method run

tasks/EternitySea/script_task.py:21–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19class ScriptTask(GameUi, GeneralBattle, GeneralRoom, GeneralInvite, SwitchSoul, EternitySeaAssets):
20
21 def run(self):
22 con = self.config.eternity_sea.eternity_sea_config
23 self.ui_get_current_page()
24 self.ui_goto(page_soul_zones)
25
26 self.set_next_run(task='EternitySea', success=True, finish=False)
27 raise TaskEnd('EternitySea')
28
29
30

Callers 1

script_task.pyFile · 0.45

Calls 4

TaskEndClass · 0.90
ui_get_current_pageMethod · 0.80
ui_gotoMethod · 0.80
set_next_runMethod · 0.80

Tested by

no test coverage detected