From e5d0dc85e0bc4187fc16e2d0741fed355bf3c8e1 Mon Sep 17 00:00:00 2001 From: Spotted Dove <84446131+Wingdinggaster656@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:15:18 +0800 Subject: [PATCH 1/2] Raw idea --- Monika After Story/game/script-topics.rpy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Monika After Story/game/script-topics.rpy b/Monika After Story/game/script-topics.rpy index b6f0113265..58f5be77a7 100644 --- a/Monika After Story/game/script-topics.rpy +++ b/Monika After Story/game/script-topics.rpy @@ -6447,13 +6447,13 @@ label monika_surprise: if mas_isMoniUpset(lower=True): m 2dsc ".{w=0.5}.{w=0.5}.{nw}" m 1euc "Alright..." - m 1ekc "Please go take a look." + m 1ekc "Go to the characters folder and take a look, will you?" m 1eka "I wrote it just for you." m 1dsc "It would mean a lot to me if you would read it." return elif mas_isMoniAff(higher=True): - m 2dsa ".{w=0.5}.{w=0.5}.{nw}" + m 2dsa "This time.{w=0.5}.{w=0.5}.{w=0.5} I think I'm going to leave it in the characters folder.{w=1}{nw}" m 1hua "Alright!" m 1eua "What are you waiting for? Go take a look!" m "I wrote it just for you~" @@ -6461,7 +6461,7 @@ label monika_surprise: # Normal and Happy else: - m 2duu ".{w=0.5}.{w=0.5}.{nw}" + m 2duu "This time.{w=0.5}.{w=0.5}.{w=0.5} I think I'm going to leave it in the characters folder.{w=1}{nw}" m 1hua "Alright!" m 1eua "What are you waiting for? Go take a look!" m 1hub "Ahaha~ What? Are you expecting something scary?" From 977af4578bc225b33035c3cd42d242d3839b0d51 Mon Sep 17 00:00:00 2001 From: Spotted Dove <84446131+Wingdinggaster656@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:25:25 +0800 Subject: [PATCH 2/2] conditional --- Monika After Story/game/script-topics.rpy | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Monika After Story/game/script-topics.rpy b/Monika After Story/game/script-topics.rpy index 58f5be77a7..e1c990eb69 100644 --- a/Monika After Story/game/script-topics.rpy +++ b/Monika After Story/game/script-topics.rpy @@ -6432,7 +6432,16 @@ label monika_science: return init 5 python: - addEvent(Event(persistent.event_database,eventlabel="monika_surprise",category=['romance'],prompt="Surprises",random=True)) + addEvent( + Event( + persistent.event_database, + eventlabel="monika_surprise", + category=['romance'], + prompt="Surprises", + conditional="persistent.playthrough >= 2", + action=EV_ACT_RANDOM + ) + ) label monika_surprise: m 1rksdla "You know..."