REPEL_KNIFE

REPEL_KNIFE(CID, int)

Arguments

  • CID

  • int

Description

Not Added.

Implementation

def REPEL_KNIFE(CID, int):
        SCREEN_FLASH_WHITE_DEF()
        set_BG_effect(EFF_089)
        play_sound(SE_013)
        c_swing_h_mid(CID)
        wait(0.3)
        play_sound(SE_013)
        play_sound(SE_047)
        c_push_r(CID)
        wait(0.9)
        play_sound(SE_066)
        chara_face(CID, int)
        wait(0.8)

References

Table Implementation

{
    "name": "REPEL_KNIFE",
    "args": [
        "CID",
        "int"
    ],
    "commandList": [
        {
            "row": 4297,
            "command": "SCREEN_FLASH_WHITE_DEF",
            "args": [],
            "end": 1
        },
        {
            "row": 4298,
            "command": "set_BG_effect",
            "args": [
                "EFF_089"
            ],
            "end": 1
        },
        {
            "row": 4299,
            "command": "play_sound",
            "args": [
                "SE_013"
            ],
            "end": 1
        },
        {
            "row": 4300,
            "command": "c_swing_h_mid",
            "args": [
                "CID"
            ],
            "end": 1
        },
        {
            "row": 4301,
            "command": "wait",
            "args": [
                "0.3"
            ],
            "end": 1
        },
        {
            "row": 4302,
            "command": "play_sound",
            "args": [
                "SE_013"
            ],
            "end": 1
        },
        {
            "row": 4303,
            "command": "play_sound",
            "args": [
                "SE_047"
            ],
            "end": 1
        },
        {
            "row": 4304,
            "command": "c_push_r",
            "args": [
                "CID"
            ],
            "end": 1
        },
        {
            "row": 4305,
            "command": "wait",
            "args": [
                "0.9"
            ],
            "end": 1
        },
        {
            "row": 4306,
            "command": "play_sound",
            "args": [
                "SE_066"
            ],
            "end": 1
        },
        {
            "row": 4307,
            "command": "chara_face",
            "args": [
                "CID",
                "int"
            ],
            "end": 1
        },
        {
            "row": 4308,
            "command": "wait",
            "args": [
                "0.8"
            ],
            "end": 1
        }
    ]
}

Sample

{}