forked from Fairyon/moul-assets
18 lines
487 B
18 lines
487 B
#============================================================== |
|
# 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 |
|
|
|
}
|
|
|