diff --git a/crate.md b/crate.md index dd135b2..122916e 100644 --- a/crate.md +++ b/crate.md @@ -11,13 +11,13 @@ Help Wonder Woman move through the crates and find the missing painting piece. Search each one and if she finds the missing puzzle piece, have her break the box to get it. **Blocks Available:** -``||ww:Move by ||`` - Wonder Woman will move in that direction the specified number of blocks. -``||ww:Turn ||`` - Wonder Woman will turn in the specified direction. -``||ww:painting inside crate ||`` - Return a boolean (*true* | *false*) of whether the painting is found hidden in the specified direction. +``||ww:Move by ||`` - Wonder Woman will move in that *direction* the given *number* of blocks. +``||ww:Turn ||`` - Wonder Woman will turn in the given *direction*. +``||ww:painting inside crate ||`` - Return a boolean (*true* | *false*) of whether the painting is found hidden in the given *direction*. ``||ww:Break crate ||`` - Instruct Wonder Woman to try and retrieve the hidden painting. -``||loops:repeat times||`` - Repeat code the specified number of times. -``||loops:while ||`` - Repeated run the code while the boolean is *true*. -``||logic:if / then||`` - Checks if a condition is *true* and then does something if so. +``||loops:repeat times||`` - Repeat code the given *number* of times. +``||loops:while ||`` - Repeatedly run the code while the boolean is *true*. +``||logic:if / then||`` - Checks if a condition is *true* and then does something if it is. ``||logic:not ||`` - Switches the operation of a condition. Example: *while * vs. *while not * ```ghost diff --git a/final.md b/final.md index 5f596b7..db17e92 100644 --- a/final.md +++ b/final.md @@ -8,16 +8,16 @@ # Hidden in Plain Sight ## Step 1 -The goon who planned the heist is hidden among the croud. Help Wonder Woman check each person to figure out which is the goon in disguise and then use the lasso of truth to get the final painting piece. +The goon who planned the heist is hidden among the crowd. Help Wonder Woman check each person to figure out which is the goon in disguise and then use the lasso of truth to get the final painting piece. **Blocks Available:** -``||ww:Move by ||`` - Wonder Woman will move in that direction the specified number of blocks. -``||ww:Turn ||`` - Wonder Woman will turn in the specified direction. +``||ww:Move by ||`` - Wonder Woman will move in that *direction* the given *number* of blocks. +``||ww:Turn ||`` - Wonder Woman will turn in the given *direction*. ``||ww:attendee is the goon ||`` - Return a boolean (*true* | *false*) of whether the attendee is a goon or not. ``||ww:Lasso goon ||`` - Causes Wonder Woman to use her lasso of truth on a goon. -``||loops:repeat times||`` - Repeat code the specified number of times. -``||loops:while ||`` - Repeated run the code while the boolean is *true*. -``||logic:if / then||`` - Checks if a condition is *true* and then does something if so. +``||loops:repeat times||`` - Repeat code the given *number* of times. +``||loops:while ||`` - Repeatedly run the code while the boolean is *true*. +``||logic:if / then||`` - Checks if a condition is *true* and then does something if it is. ``||logic:not ||`` - Switches the operation of a condition. Example: *while * vs. *while not * ```ghost diff --git a/floor.md b/floor.md index ef1c040..f08e61a 100644 --- a/floor.md +++ b/floor.md @@ -11,9 +11,9 @@ The colors on the wall seem to match the colors on the floor. Help Wonder Woman move over the colored blocks in the same sequence as seen on the wall. That should unlock a secret door on the back wall. **Blocks Available:** -``||ww:Move by ||`` - Wonder Woman will move in that direction the specified number of blocks. -``||ww:Turn ||`` - Wonder Woman will turn in the specified direction. -``||loops:repeat times||`` - Repeat code the specified number of times. +``||ww:Move by ||`` - Wonder Woman will move in that *direction* the given *number* of blocks. +``||ww:Turn ||`` - Wonder Woman will turn in the given *direction*. +``||loops:repeat times||`` - Repeat code the given *number* of times. ```ghost player.onChat("run", function () { diff --git a/sneak.md b/sneak.md index 3d81513..64b603e 100644 --- a/sneak.md +++ b/sneak.md @@ -8,13 +8,13 @@ # Stealth Mission ## Step 1 -Help Wonder Woman move through the room without triggering the alarm by avoiding the lasers. Sneak behind and takedown the goon. +Help Wonder Woman move through the room without triggering the alarm by avoiding the lasers. She'll need to sneak behind and takedown the goon. **Blocks Available:** -``||ww:Move by ||`` - Wonder Woman will move in that direction the specified number of blocks. -``||ww:Turn ||`` - Wonder Woman will turn in the specified direction. -``||ww:Takedown goon ||`` - Stealthily knock out the goon in the specified direction. -``||loops:repeat times||`` - Repeat code the specified number of times. +``||ww:Move by ||`` - Wonder Woman will move in that *direction* the given *number* of blocks. +``||ww:Turn ||`` - Wonder Woman will turn in the given *direction*. +``||ww:Takedown goon ||`` - Stealthily knock out the goon in the given *direction*. +``||loops:repeat times||`` - Repeat code the given *number* of times. ```ghost player.onChat("run", function () {