SDL:Myst: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
STATEDESC Myst | STATEDESC Myst | ||
{ | { | ||
VERSION 4 | |||
# Boolean variables | # Boolean variables | ||
VAR BOOL KveerBookVis[1] | VAR BOOL KveerBookVis[1] DEFAULT=0 DEFAULTOPTION=VAULT | ||
VAR BOOL mystYeeshaPageFireplaceVis[1] | VAR BOOL mystYeeshaPageFireplaceVis[1] DEFAULT=0 DEFAULTOPTION=VAULT | ||
VAR BOOL ByronsEggsVis[1] | VAR BOOL ByronsEggsVis[1] DEFAULT=0 DEFAULTOPTION=VAULT | ||
VAR BOOL mystCalendarSpark12[1] | VAR BOOL mystCalendarSpark12[1] DEFAULT=0 DEFAULTOPTION=VAULT | ||
# Reward Clothing | |||
VAR BOOL mystCatherineVis[1] DEFAULT=1 DEFAULTOPTION=VAULT | |||
VAR BOOL mystCatherineShoeVis[1] DEFAULT=1 DEFAULTOPTION=VAULT | |||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 38: | Line 38: | ||
|- | |- | ||
| mystCatherineVis || bool || * 0 hide<br>* 1 show || || [[File:mystCatherineVis.png|400px|right|mystCatherineVis]] | | mystCatherineVis || bool || * 0 hide<br>* 1 show || || [[File:mystCatherineVis.png|400px|right|mystCatherineVis]] | ||
|- | |||
| mystCatherineShoeVis|| bool || * 0 hide<br>* 1 show || || [[File:mystCatherineShoeVis.png|400px|right|mystCatherineShoeVis]] | |||
|} | |} | ||
Latest revision as of 11:10, 21 March 2025
SDL vars
STATEDESC Myst
{
VERSION 4
# Boolean variables
VAR BOOL KveerBookVis[1] DEFAULT=0 DEFAULTOPTION=VAULT
VAR BOOL mystYeeshaPageFireplaceVis[1] DEFAULT=0 DEFAULTOPTION=VAULT
VAR BOOL ByronsEggsVis[1] DEFAULT=0 DEFAULTOPTION=VAULT
VAR BOOL mystCalendarSpark12[1] DEFAULT=0 DEFAULTOPTION=VAULT
# Reward Clothing
VAR BOOL mystCatherineVis[1] DEFAULT=1 DEFAULTOPTION=VAULT
VAR BOOL mystCatherineShoeVis[1] DEFAULT=1 DEFAULTOPTION=VAULT
}
Boolean variables
| SDL | type | vars | description | Image |
|---|---|---|---|---|
| KveerBookVis | bool | * 0 hide * 1 show |
||
| mystYeeshaPageFireplaceVis | bool | * 0 hide * 1 show |
||
| ByronsEggsVis | bool | * 0 hide * 1 show |
||
| mystCalendarSpark12 | bool | * 0 hide * 1 show |
Boolean variables
| SDL | type | vars | description | Image |
|---|---|---|---|---|
| mystCatherineVis | bool | * 0 hide * 1 show |
||
| mystCatherineShoeVis | bool | * 0 hide * 1 show |