CHARA_SET_0

CHARA_SET_0(eye, lip, POS, CID, int)

Arguments

  • eye

  • lip

  • POS

  • CID

  • int

Description

Not Added.

Implementation

def CHARA_SET_0(eye, lip, POS, CID, int):
        chara_visible(CID, false)
        chara_pos(CID, POS)
        chara_face(CID, int)
        eye1(CID, eye)
        lip1(CID, lip)

References

Table Implementation

{
    "name": "CHARA_SET_0",
    "args": [
        "eye",
        "lip",
        "POS",
        "CID",
        "int"
    ],
    "commandList": [
        {
            "row": 1708,
            "command": "chara_visible",
            "args": [
                "CID",
                "false"
            ],
            "end": 1
        },
        {
            "row": 1709,
            "command": "chara_pos",
            "args": [
                "CID",
                "POS"
            ],
            "end": 1
        },
        {
            "row": 1710,
            "command": "chara_face",
            "args": [
                "CID",
                "int"
            ],
            "end": 1
        },
        {
            "row": 1711,
            "command": "eye1",
            "args": [
                "CID",
                "eye"
            ],
            "end": 1
        },
        {
            "row": 1712,
            "command": "lip1",
            "args": [
                "CID",
                "lip"
            ],
            "end": 1
        }
    ]
}

Sample

{}