From 2d402339e7f27ab6dbb197ae8201644afcf6117c Mon Sep 17 00:00:00 2001 From: Blixibon Date: Fri, 29 May 2020 13:15:23 -0500 Subject: [PATCH] Updated VScript : Basic Entity Code Tutorial (markdown) --- VScript-:-Basic-Entity-Code-Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VScript-:-Basic-Entity-Code-Tutorial.md b/VScript-:-Basic-Entity-Code-Tutorial.md index f9aafe7..312bfc5 100644 --- a/VScript-:-Basic-Entity-Code-Tutorial.md +++ b/VScript-:-Basic-Entity-Code-Tutorial.md @@ -209,7 +209,7 @@ function SetPlayerHealthToAllOfNPC() { local health = 0 - local wyatt + local wyatt = null while((wyatt = Entities.FindByName(wyatt,"wyatt")) != null) { health += wyatt.GetHealth()