Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Sep 14, 2024
1 parent b103d3c commit b7ebcd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Collector_ExampleItemsHeartOfTheSea_Deliver
---
<<declare $named = false>>
<<declare $exampleitems_named = false>>
<<RemoveItemById exampleitems.heartofthesea>>
<<RecordRelicHandedIn>>
<<AdjustIntVariable relics-handed-in 1>>
Expand All @@ -9,10 +9,11 @@ You walk in and place the Heart of the Sea on a table by the Collector. #line:0c
<<AutoResolveNextLine>>
COLLECTOR_NAME_KEY: Oh? What is that you have in your hand? #chuckle #line:0da94d7
-> Heart of the Sea #line:ed1b9afe
<<set $named to true>>
<<set $exampleitems_named to true>>
-> I have absolutely no idea #line:7b2b9d89
<<LogWarn {$exampleitems_named}>>
COLLECTOR_NAME_KEY: It looks like a sphere but it is blocky. #line:0986fhd
<<if $named is true>>
<<if $exampleitems_named is true>>
COLLECTOR_NAME_KEY: I wonder what "heart" means. #grunt #line:0ur729j
<<else>>
COLLECTOR_NAME_KEY: You found it, but have no idea what it is? #sigh #line:0p21oau
Expand Down
3 changes: 3 additions & 0 deletions Winch.Examples/ExampleItems/Assets/Dialogues/Steve.yarn
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
title: ExampleItems_Steve_Root
tags:
colorID: 0
position: 0,0
---
<<if GetHasVisitedNode("ExampleItems_Steve_Intro") == false>>
<<jump ExampleItems_Steve_Intro>>
Expand Down

0 comments on commit b7ebcd0

Please sign in to comment.