CHARA_BEAT_BOW_BEFORE_IN
CHARA_BEAT_BOW_BEFORE_IN(CID)
Arguments
CID
Description
Not Added.
Implementation
def CHARA_BEAT_BOW_BEFORE_IN(CID):
set_BG_effect(EFF_092)
set_BG_effect_trigger(8)
set_BG_effect_speed(EFF_092, 1.5)
wait(0.3)
c_swing2_h_fast(CID)
play_sound(SE_239)
wait(0.25)
References
Table Implementation
{
"name": "CHARA_BEAT_BOW_BEFORE_IN",
"args": [
"CID"
],
"commandList": [
{
"row": 3956,
"command": "set_BG_effect",
"args": [
"EFF_092"
],
"end": 1
},
{
"row": 3957,
"command": "set_BG_effect_trigger",
"args": [
"8"
],
"end": 1
},
{
"row": 3958,
"command": "set_BG_effect_speed",
"args": [
"EFF_092",
"1.5"
],
"end": 1
},
{
"row": 3959,
"command": "wait",
"args": [
"0.3"
],
"end": 1
},
{
"row": 3960,
"command": "c_swing2_h_fast",
"args": [
"CID"
],
"end": 1
},
{
"row": 3961,
"command": "play_sound",
"args": [
"SE_239"
],
"end": 1
},
{
"row": 3962,
"command": "wait",
"args": [
"0.25"
],
"end": 1
}
]
}
Sample
{}