Changes

Jump to navigation Jump to search
42 bytes added ,  12:29, 19 September 2021
Correct descriptions of globalFade and globalFadeToClear.
Line 382: Line 382:  
| Add the given number of friendship points with the named NPC. (There are 250 points per heart.)
 
| Add the given number of friendship points with the named NPC. (There are 250 points per heart.)
 
|-
 
|-
| <tt>globalFade {{o|speed}}</tt>
+
| <tt>globalFade {{o|speed}} {{o|continue}}</tt>
| Fade to black at a particular speed (default 0.007). If no speed is specified, the event will continue immediately; otherwise, it will continue after the fade is finished. The fade effect disappears when this command is done; to avoid that, use the <tt>viewport</tt> command to move the camera off-screen.
+
| Fade to black at a particular speed (default 0.007). If <tt>continue</tt> is specified, the event continues as the fade occurs, else the event pauses until the fade is finished. The fade effect disappears when this command is done; to avoid that, use the <tt>viewport</tt> command to move the camera off-screen.
 
|-
 
|-
| <tt>globalFadeToClear {{o|speed}}</tt>
+
| <tt>globalFadeToClear {{o|speed}} {{o|continue}}</tt>
| Fade to clear (unfade?) at a particular speed (default 0.007). If no speed is specified, the event will continue immediately; otherwise, it will continue after the fade is finished.
+
| Fade to clear (unfade?) at a particular speed (default 0.007). If <tt>continue</tt> is specified, the event continues as the fade occurs, else the event pauses until the fade is finished.
 
|-
 
|-
 
| <tt>glow {{t|r}} {{t|g}} {{t|b}} {{t|hold}}</tt>
 
| <tt>glow {{t|r}} {{t|g}} {{t|b}} {{t|hold}}</tt>

Navigation menu