Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
yoldiz [2024/09/13 00:04] GlitchyZoruayoldiz [2025/05/05 00:29] (current) – [Interaction] GlitchyZorua
Line 7: Line 7:
 {{ :screenshot_2024-09-12_11.40.51_am.png?400|}} {{ :screenshot_2024-09-12_11.40.51_am.png?400|}}
  
-The music in the playing in the background is a song by Scott Holmes, which is called Alien Wasteland. It can be downloaded from [[https://freemusicarchive.org/music/Scott_Holmes/Film__Documentary/Alien_Wasteland/|here]]+The music in the playing in the background is a song by Scott Holmes, which is called Alien Wasteland. It can be downloaded from [[https://freemusicarchive.org/music/Scott_Holmes/Film__Documentary/Alien_Wasteland/|here]].
 ===== Interaction ===== ===== Interaction =====
 The first time you visit Yoldiz, Yoldiz will welcome you to their "realm" The first time you visit Yoldiz, Yoldiz will welcome you to their "realm"
Line 17: Line 17:
 Poking the eyes will make Yoldiz say "Ow!" and tells the user that they are a bad human. Poking the eyes will make Yoldiz say "Ow!" and tells the user that they are a bad human.
  
 +If the input is left blank (or is somehow null...) Yoldiz will tell us that there is no vision for the input provided.
 +
 +A list of all of things Yoldiz can say can be found [[yoliz_list|here]]
  
 ===== Breaking the code ===== ===== Breaking the code =====
Line 28: Line 31:
 {{ :capture.png?nolink&400|}} {{ :capture.png?nolink&400|}}
  
-We can force Yoldiz to dream about it, using the code below.+This also means that we can force Yoldiz to close their eyes... 
 +<code>talk('CLOSE_EYES');</code> 
 +{{ :z_eye_closed.png?nolink&400 |}} 
 + 
 +and open their eyes... 
 +<code>talk('OPEN_EYES');</code> 
 +{{ :z_eye_open.png?nolink&400 |}} 
 + 
 +We can force Yoldiz to dream about something, using the code below.
 <code> <code>
 ask('eggs'); ask('eggs');