Jump to content

SDL:Myst: Difference between revisions

From The Open Cave Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:SDL|DEFAULTSORT]]
== SDL vars ==
== SDL vars ==
<syntaxhighlight lang="XML" class="mw-collapsible mw-collapsed">
<syntaxhighlight lang="XML" class="mw-collapsible mw-collapsed">
STATEDESC Myst
STATEDESC Myst
{
{
VERSION 3
    VERSION 4


# Boolean variables
# Boolean variables
     VAR BOOL    KveerBookVis[1]   DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    KveerBookVis[1]                     DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    mystYeeshaPageFireplaceVis[1]   DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    mystYeeshaPageFireplaceVis[1]       DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    ByronsEggsVis[1]   DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    ByronsEggsVis[1]                   DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    mystCalendarSpark12[1] DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    mystCalendarSpark12[1]             DEFAULT=0 DEFAULTOPTION=VAULT
 
## Reward Clothing
    VAR BOOL    mystCatherineVis[1]    DEFAULT=1 DEFAULTOPTION=VAULT


# Reward Clothing
    VAR BOOL    mystCatherineVis[1]                DEFAULT=1 DEFAULTOPTION=VAULT
    VAR BOOL    mystCatherineShoeVis[1]            DEFAULT=1 DEFAULTOPTION=VAULT
}
}
</syntaxhighlight>
</syntaxhighlight>
Line 37: 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
KveerBookVis
KveerBookVis
mystYeeshaPageFireplaceVis bool * 0 hide
* 1 show
mystYeeshaPageFireplaceVis
mystYeeshaPageFireplaceVis
ByronsEggsVis bool * 0 hide
* 1 show
ByronsEggsVis
ByronsEggsVis
mystCalendarSpark12 bool * 0 hide
* 1 show
mystCalendarSpark12
mystCalendarSpark12

Boolean variables

SDL type vars description Image
mystCatherineVis bool * 0 hide
* 1 show
mystCatherineVis
mystCatherineVis
mystCatherineShoeVis bool * 0 hide
* 1 show
mystCatherineShoeVis
mystCatherineShoeVis