Updated VScript : Basic Entity Code Tutorial (markdown)

Blixibon 2020-11-28 01:48:45 -06:00
parent f292879f17
commit f3fa26a324

@ -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