CHARA_SHIMOTE_SLOW_SE

CHARA_SHIMOTE_SLOW_SE(eye, lip, POS, CID, int, SE)

Arguments

  • eye

  • lip

  • POS

  • CID

  • int

  • SE

Description

Not Added.

Implementation

def CHARA_SHIMOTE_SLOW_SE(eye, lip, POS, CID, int, SE):
        play_sound(SE)
        wait(1.0)
        BGMTUNE_DOWN_0(SE)
        CHARA_SHIMOTE_SLOW(eye, lip, POS, CID, int)

References

Table Implementation

{
    "name": "CHARA_SHIMOTE_SLOW_SE",
    "args": [
        "eye",
        "lip",
        "POS",
        "CID",
        "int",
        "SE"
    ],
    "commandList": [
        {
            "row": 1891,
            "command": "play_sound",
            "args": [
                "SE"
            ],
            "end": 1
        },
        {
            "row": 1892,
            "command": "wait",
            "args": [
                "1.0"
            ],
            "end": 1
        },
        {
            "row": 1893,
            "command": "BGMTUNE_DOWN_0",
            "args": [
                "SE"
            ],
            "end": 1
        },
        {
            "row": 1894,
            "command": "CHARA_SHIMOTE_SLOW",
            "args": [
                "eye",
                "lip",
                "POS",
                "CID",
                "int"
            ],
            "end": 1
        }
    ]
}

Sample

{}