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 [2024/09/13 00:17] (current) – [Breaking the code] GlitchyZorua
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.
 ===== Breaking the code ===== ===== Breaking the code =====
 It is possible to make Yoldiz say whatever we want with Inspect Element. It is possible to make Yoldiz say whatever we want with Inspect Element.
Line 28: Line 28:
 {{ :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');