CHARA_SHIMOTE_ZIG
CHARA_SHIMOTE_ZIG(eye, lip, POS, CID, int)
Arguments
eye
lip
POS
CID
int
Description
Not Added.
Implementation
def CHARA_SHIMOTE_ZIG(eye, lip, POS, CID, int):
c_set_def(eye, lip, POS, CID, int)
SHIMOTE_IN_ZIG(CID)
wait(0.7)
References
Table Implementation
{
"name": "CHARA_SHIMOTE_ZIG",
"args": [
"eye",
"lip",
"POS",
"CID",
"int"
],
"commandList": [
{
"row": 1793,
"command": "c_set_def",
"args": [
"eye",
"lip",
"POS",
"CID",
"int"
],
"end": 1
},
{
"row": 1794,
"command": "SHIMOTE_IN_ZIG",
"args": [
"CID"
],
"end": 1
},
{
"row": 1795,
"command": "wait",
"args": [
"0.7"
],
"end": 1
}
]
}
Sample
{}