From 431c36a1028e5dc5f95303b1a766cf763c0d413c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 29 Dec 2018 01:39:44 -0200 Subject: Finish Stranger, only riddle missing --- npc/017-1/stranger.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'npc/017-1/stranger.txt') diff --git a/npc/017-1/stranger.txt b/npc/017-1/stranger.txt index c978bc067..107eeee61 100644 --- a/npc/017-1/stranger.txt +++ b/npc/017-1/stranger.txt @@ -74,13 +74,22 @@ L_Quizz: goto L_Easy; L_Easy: - goto L_Medium; + if (0171_Stranger_BlackBox(EASY)) + goto L_Medium; + else + goto L_Fail; L_Medium: - goto L_Hard; + if (0171_Stranger_BlackBox(MEDIUM)) + goto L_Hard; + else + goto L_Fail; L_Hard: - goto L_Reward; + if (0171_Stranger_BlackBox(HARD)) + goto L_Reward; + else + goto L_Fail; // Failure -- cgit v1.2.3-70-g09d2