CHARA_BEAT_LAN2_BEFORE_IN

CHARA_BEAT_LAN2_BEFORE_IN(CID)

Arguments

  • CID

Description

Not Added.

Implementation

def CHARA_BEAT_LAN2_BEFORE_IN(CID):
        set_BG_effect(EFF_089)
        wait(0.1)
        play_sound(SE_238)
        wait(0.15)
        play_sound(SE_238)
        c_swing2_h_fast(CID)
        wait(0.25)

References

Table Implementation

{
    "name": "CHARA_BEAT_LAN2_BEFORE_IN",
    "args": [
        "CID"
    ],
    "commandList": [
        {
            "row": 3946,
            "command": "set_BG_effect",
            "args": [
                "EFF_089"
            ],
            "end": 1
        },
        {
            "row": 3947,
            "command": "wait",
            "args": [
                "0.1"
            ],
            "end": 1
        },
        {
            "row": 3948,
            "command": "play_sound",
            "args": [
                "SE_238"
            ],
            "end": 1
        },
        {
            "row": 3949,
            "command": "wait",
            "args": [
                "0.15"
            ],
            "end": 1
        },
        {
            "row": 3950,
            "command": "play_sound",
            "args": [
                "SE_238"
            ],
            "end": 1
        },
        {
            "row": 3951,
            "command": "c_swing2_h_fast",
            "args": [
                "CID"
            ],
            "end": 1
        },
        {
            "row": 3952,
            "command": "wait",
            "args": [
                "0.25"
            ],
            "end": 1
        }
    ]
}

Sample

{}