GUARD_KNIFE

GUARD_KNIFE(CID)

Arguments

  • CID

Description

Not Added.

Implementation

def GUARD_KNIFE(CID):
        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)
        wait(0.8)

References

Table Implementation

{
    "name": "GUARD_KNIFE",
    "args": [
        "CID"
    ],
    "commandList": [
        {
            "row": 4287,
            "command": "SCREEN_FLASH_WHITE_DEF",
            "args": [],
            "end": 1
        },
        {
            "row": 4288,
            "command": "set_BG_effect",
            "args": [
                "EFF_089"
            ],
            "end": 1
        },
        {
            "row": 4289,
            "command": "play_sound",
            "args": [
                "SE_013"
            ],
            "end": 1
        },
        {
            "row": 4290,
            "command": "c_swing_h_mid",
            "args": [
                "CID"
            ],
            "end": 1
        },
        {
            "row": 4291,
            "command": "wait",
            "args": [
                "0.3"
            ],
            "end": 1
        },
        {
            "row": 4292,
            "command": "play_sound",
            "args": [
                "SE_013"
            ],
            "end": 1
        },
        {
            "row": 4293,
            "command": "wait",
            "args": [
                "0.8"
            ],
            "end": 1
        }
    ]
}

Sample

{}