forked from H-uru/moul-assets
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
487 B
19 lines
487 B
3 years ago
|
#==============================================================
|
||
|
# READ: When modifying an SDL record, do *not* modify the
|
||
|
# existing record. You must copy and paste a new version
|
||
|
# below the current one and make your changes there.
|
||
|
#==============================================================
|
||
|
|
||
|
|
||
|
#
|
||
|
# State Description Language for the Descent
|
||
|
|
||
|
STATEDESC Descent
|
||
|
{
|
||
|
VERSION 1
|
||
|
|
||
|
# Boolean variables
|
||
|
VAR BOOL dsntGZMarkerVis[1] DEFAULT=0 DEFAULTOPTION=VAULT
|
||
|
|
||
|
}
|