Jump to content

SDL:Myst: Difference between revisions

From The Open Cave Wiki
Created page with "== SDL vars == <syntaxhighlight lang="XML" class="mw-collapsible mw-collapsed"> STATEDESC Myst { VERSION 3 # 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]..."
 
No edit summary
Line 22: Line 22:
! SDL !! type !! vars !! description !! Image
! SDL !! type !! vars !! description !! Image
|-
|-
| KveerBookVis || bool || * 0 hide<br>1 show ||  || [[File:KveerBookVis.png|400px|right|KveerBookVis]]
| KveerBookVis || bool || * 0 hide<br>* 1 show ||  || [[File:KveerBookVis.png|400px|right|KveerBookVis]]
|-
|-
| mystYeeshaPageFireplaceVis || bool || * 0 hide<br>1 show ||  || [[File:mystYeeshaPageFireplaceVis.png|400px|right|mystYeeshaPageFireplaceVis]]
| mystYeeshaPageFireplaceVis || bool || * 0 hide<br>* 1 show ||  || [[File:mystYeeshaPageFireplaceVis.png|400px|right|mystYeeshaPageFireplaceVis]]
|-
|-
| ByronsEggsVis || bool || * 0 hide<br>1 show ||  || [[File:ByronsEggsVis.png|400px|right|ByronsEggsVis]]
| ByronsEggsVis || bool || * 0 hide<br>* 1 show ||  || [[File:ByronsEggsVis.png|400px|right|ByronsEggsVis]]
|-
|-
| mystCalendarSpark12 || bool || * 0 hide<br>1 show ||  || [[File:mystCalendarSpark12.png|400px|right|mystCalendarSpark12]]
| mystCalendarSpark12 || bool || * 0 hide<br>* 1 show ||  || [[File:mystCalendarSpark12.png|400px|right|mystCalendarSpark12]]
|}
|}


Line 36: Line 36:
! SDL !! type !! vars !! description !! Image
! SDL !! type !! vars !! description !! Image
|-
|-
| 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]]
|}
|}

Revision as of 10:10, 21 March 2025

SDL vars

STATEDESC Myst
{
	VERSION 3

# 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

}

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