Task to add the text specified by keyword to the specified file. This is usually achieved by the "replace" command.
Example: It's possible to make the keyword a larger block and task the player to replace one file with another.
<!-- This entry asks for the player to add the text "extension" to the file --> <goaltype="filechange"target="advExamplePC"file="changeFile.txt"path="home"keyword="extension"/>
Task to remove the text specified by keyword to the specified file. This is usually achieved by the "replace" command.
The extra attribute "removal" tasks the player with removing a block of text from a file. Combining this with another filechange task can require a "replacement" of text (removing some, adding a different block).
Example: This entry asks for the player to remove the text "data" from the file
Task to add the text specified by keyword to the specified file. This is usually achieved by the "replace" command.
Example: It's possible to make the keyword a larger block and task the player to replace one file with another.
Task to remove the text specified by keyword to the specified file. This is usually achieved by the "replace" command. The extra attribute "removal" tasks the player with removing a block of text from a file. Combining this with another filechange task can require a "replacement" of text (removing some, adding a different block).
Example: This entry asks for the player to remove the text "data" from the file