IKARI_jump

IKARI_jump(CID)

Arguments

  • CID

Description

Not Added.

Implementation

def IKARI_jump(CID):
        NO_EMO(CID)
        IKARI_EMO(CID)
        c_jump(CID)

References

Table Implementation

{
    "name": "IKARI_jump",
    "args": [
        "CID"
    ],
    "commandList": [
        {
            "row": 4422,
            "command": "NO_EMO",
            "args": [
                "CID"
            ],
            "end": 1
        },
        {
            "row": 4423,
            "command": "IKARI_EMO",
            "args": [
                "CID"
            ],
            "end": 1
        },
        {
            "row": 4424,
            "command": "c_jump",
            "args": [
                "CID"
            ],
            "end": 1
        }
    ]
}

Sample

{}