CHARA_BEAT_FIRE_BEFORE_IN
CHARA_BEAT_FIRE_BEFORE_IN(CID)
Arguments
CID
Description
Not Added.
Implementation
def CHARA_BEAT_FIRE_BEFORE_IN(CID):
play_sound(SE_241)
wait(0.3)
set_BG_effect(EFF_035)
wait(0.2)
c_swing2_h_fast(CID)
wait(0.25)
References
Table Implementation
{
"name": "CHARA_BEAT_FIRE_BEFORE_IN",
"args": [
"CID"
],
"commandList": [
{
"row": 3966,
"command": "play_sound",
"args": [
"SE_241"
],
"end": 1
},
{
"row": 3967,
"command": "wait",
"args": [
"0.3"
],
"end": 1
},
{
"row": 3968,
"command": "set_BG_effect",
"args": [
"EFF_035"
],
"end": 1
},
{
"row": 3969,
"command": "wait",
"args": [
"0.2"
],
"end": 1
},
{
"row": 3970,
"command": "c_swing2_h_fast",
"args": [
"CID"
],
"end": 1
},
{
"row": 3971,
"command": "wait",
"args": [
"0.25"
],
"end": 1
}
]
}
Sample
{}