-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MagmaLink updates + added emotions to the narratives
- Loading branch information
1 parent
25a56ae
commit 4c5efd3
Showing
7 changed files
with
108 additions
and
9,319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
from modloader.modclass import Mod, loadable_mod | ||
from modloader import modast, modinfo | ||
import jz_magmalink as ml | ||
|
||
@loadable_mod | ||
class AWSWMod(Mod): | ||
def mod_info(self): | ||
return ("EndlessAWSW", "1.0", "EmeraldOdin") | ||
name = "EndlessAWSW" | ||
version = "0.1" | ||
author = "EmeraldOdin" | ||
dependencies = ["MagmaLink"] | ||
|
||
def mod_load(self): | ||
modast.set_renpy_global("eawsw_naomi_installed", modinfo.has_mod("A Solitary Mind")) | ||
ml = modinfo.get_mods()["MagmaLink"].import_ml() | ||
ml.find_label("seccont") \ | ||
.search_say("He seemed a lot smaller than Remy, and when he somewhat") \ | ||
.hook_to("eawsw_intro") \ | ||
.search_say("Just follow me.") \ | ||
.link_from("pick_your_poison_end") | ||
|
||
def mod_complete(self): | ||
pass | ||
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.