Updated VScript : Basic I:O Tutorial (markdown)

Blixibon 2020-05-24 23:53:57 -05:00
parent 9684c37e32
commit 2732a4c846

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