Added ability to disable VScript

This commit is contained in:
Blixibon 2020-07-16 09:24:16 -05:00
parent 4bc5c2a862
commit 4ded2ae8d0

View File

@ -1086,6 +1086,7 @@
detailmaterial(string) : "Detail material file" : "detail/detailsprites" : "Material for detail sprites to use for drawing detail props"
vscriptlanguage(choices) : "VScript language" : 0 : "Sets the script language this map should use for entity scripts." =
[
-1 : "None (Disable VScript)"
0 : "Default (Squirrel)"
//1 : "GameMonkey (Unsupported)"
2 : "Squirrel"