diff --git a/VScript-:-Basic-Entity-Code-Tutorial.md b/VScript-:-Basic-Entity-Code-Tutorial.md index fc71083..b1183bf 100644 --- a/VScript-:-Basic-Entity-Code-Tutorial.md +++ b/VScript-:-Basic-Entity-Code-Tutorial.md @@ -14,8 +14,6 @@ Inside of the `scripts/vscripts` directory, create a `.txt` file and change its Open the file using Notepad, Notepad++, or any other text editor. -Inside of this script file, we will add code which finds the "wyatt" NPC by name, gets its health, and then sets the player's health to that number. - --- ### 2. Adding the code