From 2732a4c8462be8f1df5528b2c1df5a0c3f67b8ef Mon Sep 17 00:00:00 2001 From: Blixibon Date: Sun, 24 May 2020 23:53:57 -0500 Subject: [PATCH] Updated VScript : Basic I:O Tutorial (markdown) --- VScript-:-Basic-I:O-Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VScript-:-Basic-I:O-Tutorial.md b/VScript-:-Basic-I:O-Tutorial.md index ff69485..8ba4dea 100644 --- a/VScript-:-Basic-I:O-Tutorial.md +++ b/VScript-:-Basic-I:O-Tutorial.md @@ -66,7 +66,7 @@ Now that we've written our code, it's time to access it from the map. ### 3. Running the file -Like outputs, an entity can run a VScript file and store its functions, etc. until the entity is deleted. +Like outputs, an entity can run a VScript file and store its code until the entity is removed. Entities can run VScript files through a keyvalue (**Entity scripts**) or an input (`RunScriptFile`). Both of them take the filename of the script(s) to run. The extension is optional and you do not need to insert `scripts/vscripts`.