MONSTER_BEAT2_AFTER
MONSTER_BEAT2_AFTER(CID, CID2)
Arguments
CID
CID2
Description
Not Added.
Implementation
def MONSTER_BEAT2_AFTER(CID, CID2):
WFOUT_SHORT()
mnu(CID, true, 0.6, 0, -150, EaseOutQuint, 0.6, 1, 1, 1, 0.6, 0, 1, 0.6, 0, 1)
mnu(CID2, true, 0.6, 0, -150, EaseOutQuint, 0.6, 1, 1, 1, 0.6, 0, 1, 0.6, 0, 1)
wait(0.6)
play_sound(SE_262)
chara_visible(CID, false)
chara_visible(CID2, false)
effect_shake_bg(12, 0.1, 0.2, 1)
wait(0.5)
RestartAll(CID)
RestartAll(CID2)
References
Table Implementation
{
"name": "MONSTER_BEAT2_AFTER",
"args": [
"CID",
"CID2"
],
"commandList": [
{
"row": 4210,
"command": "WFOUT_SHORT",
"args": [],
"end": 1
},
{
"row": 4211,
"command": "mnu",
"args": [
"CID",
"true",
"0.6",
"0",
"-150",
"EaseOutQuint",
"0.6",
"1",
"1",
"1",
"0.6",
"0",
"1",
"0.6",
"0",
"1"
],
"end": 1
},
{
"row": 4212,
"command": "mnu",
"args": [
"CID2",
"true",
"0.6",
"0",
"-150",
"EaseOutQuint",
"0.6",
"1",
"1",
"1",
"0.6",
"0",
"1",
"0.6",
"0",
"1"
],
"end": 1
},
{
"row": 4213,
"command": "wait",
"args": [
"0.6"
],
"end": 1
},
{
"row": 4214,
"command": "play_sound",
"args": [
"SE_262"
],
"end": 1
},
{
"row": 4215,
"command": "chara_visible",
"args": [
"CID",
"false"
],
"end": 1
},
{
"row": 4216,
"command": "chara_visible",
"args": [
"CID2",
"false"
],
"end": 1
},
{
"row": 4217,
"command": "effect_shake_bg",
"args": [
"12",
"0.1",
"0.2",
"1"
],
"end": 1
},
{
"row": 4218,
"command": "wait",
"args": [
"0.5"
],
"end": 1
},
{
"row": 4219,
"command": "RestartAll",
"args": [
"CID"
],
"end": 1
},
{
"row": 4220,
"command": "RestartAll",
"args": [
"CID2"
],
"end": 1
}
]
}
Sample
{}