CURTAIN_OUT
CURTAIN_OUT()
Arguments
Description
Not Added.
Implementation
def CURTAIN_OUT():
set_BG_effect(EFF_107)
set_BG_effect_trigger(8)
wait(0.5)
References
Table Implementation
{
"name": "CURTAIN_OUT",
"args": [],
"commandList": [
{
"row": 1679,
"command": "set_BG_effect",
"args": [
"EFF_107"
],
"end": 1
},
{
"row": 1680,
"command": "set_BG_effect_trigger",
"args": [
"8"
],
"end": 1
},
{
"row": 1681,
"command": "wait",
"args": [
"0.5"
],
"end": 1
}
]
}
Sample
{}