mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-28 22:57:55 +03:00
Updated VScript : Basic I:O Tutorial (markdown)
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`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user