Script
Usage 用法
*temp terminale
*set terminale false
*label menu
[b]CSS Demo[/b]
*choice
*if (terminale = false) #Change to Computer Terminal CSS
*set terminale true
*script changeDisplay("terminal")
*goto menu
*if (terminale) #Change to Story CSS
*set terminale false
*script changeDisplay("story")
*goto menu