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`.