Updated VScript in Mapbase (markdown)

Blixibon 2020-05-29 13:30:31 -05:00
parent 9215855bb5
commit 5dfba84289

@ -16,7 +16,7 @@ Mapbase's VScript is more limited and primitive compared to the VScript in Valve
Mapbase's implementation of VScript does **not** use any leaked code whatsoever. Mapbase's implementation of VScript does **not** use any leaked code whatsoever.
For more information on VScript itself, [click here](https://developer.valvesoftware.com/wiki/VScript) to see its article on the Valve Developer Community. For more information on VScript itself, [click here](https://developer.valvesoftware.com/wiki/VScript) to see its article on the Valve Developer Community. See [[Using VScript as a HL2 mapper]] if you're comming to VScript as a HL2/Source 2013 mapper with no prior VScript experience.
*** ***
@ -72,8 +72,9 @@ Some features from Valve's games are not available in Mapbase's implementation o
# Tutorials # Tutorials
A few tutorials are available for using VScript in Mapbase. A few tutorials are available for using VScript in Mapbase.
#### [[Using VScript as a HL2 mapper]]
* [Basic I/O Tutorial](https://github.com/mapbase-source/source-sdk-2013/wiki/VScript-:-Basic-I:O-Tutorial) * [Basic I/O Tutorial](https://github.com/mapbase-source/source-sdk-2013/wiki/VScript-:-Basic-I:O-Tutorial)
* [Basic Entity Code Tutorial](https://github.com/mapbase-source/source-sdk-2013/wiki/VScript-:-Basic-Entity-Code-Tutorial)
# Documentation # Documentation