c_face
c_face(eye, lip, CID, int)
Arguments
eye
lip
CID
int
Description
Not Added.
Implementation
def c_face(eye, lip, CID, int):
eye1(CID, eye)
lip1(CID, lip)
chara_face(CID, int)
References
Table Implementation
{
"name": "c_face",
"args": [
"eye",
"lip",
"CID",
"int"
],
"commandList": [
{
"row": 3016,
"command": "eye1",
"args": [
"CID",
"eye"
],
"end": 1
},
{
"row": 3017,
"command": "lip1",
"args": [
"CID",
"lip"
],
"end": 1
},
{
"row": 3018,
"command": "chara_face",
"args": [
"CID",
"int"
],
"end": 1
}
]
}
Sample
{}