CHARA_BEAT_AFTER_0
CHARA_BEAT_AFTER_0(CID)
Arguments
CID
Description
Not Added.
Implementation
def CHARA_BEAT_AFTER_0(CID):
mnu_move(CID, true, 0.6, 0, -150, EaseOutQuint)
chara_fadeout(CID, 0.6)
play_sound(SE_065)
effect_shake_bg(12, 0.1, 0.2, 1)
wait(0.5)
RestartAll(CID)
References
Table Implementation
{
"name": "CHARA_BEAT_AFTER_0",
"args": [
"CID"
],
"commandList": [
{
"row": 4266,
"command": "mnu_move",
"args": [
"CID",
"true",
"0.6",
"0",
"-150",
"EaseOutQuint"
],
"end": 1
},
{
"row": 4267,
"command": "chara_fadeout",
"args": [
"CID",
"0.6"
],
"end": 1
},
{
"row": 4268,
"command": "play_sound",
"args": [
"SE_065"
],
"end": 1
},
{
"row": 4269,
"command": "effect_shake_bg",
"args": [
"12",
"0.1",
"0.2",
"1"
],
"end": 1
},
{
"row": 4270,
"command": "wait",
"args": [
"0.5"
],
"end": 1
},
{
"row": 4271,
"command": "RestartAll",
"args": [
"CID"
],
"end": 1
}
]
}
Sample
{}