SHIMOTE_IN_VERYFAST
SHIMOTE_IN_VERYFAST(CID)
Arguments
CID
Description
Not Added.
Implementation
def SHIMOTE_IN_VERYFAST(CID):
mnu_move(CID, true, 0.01, -120, 0, 1)
mnu_move(CID, false, 0.2, 120, 0, EaseOutSine)
wait(0.01)
chara_fadein(CID, 0.2)
References
Table Implementation
{
"name": "SHIMOTE_IN_VERYFAST",
"args": [
"CID"
],
"commandList": [
{
"row": 2529,
"command": "mnu_move",
"args": [
"CID",
"true",
"0.01",
"-120",
"0",
"1"
],
"end": 1
},
{
"row": 2530,
"command": "mnu_move",
"args": [
"CID",
"false",
"0.2",
"120",
"0",
"EaseOutSine"
],
"end": 1
},
{
"row": 2531,
"command": "wait",
"args": [
"0.01"
],
"end": 1
},
{
"row": 2532,
"command": "chara_fadein",
"args": [
"CID",
"0.2"
],
"end": 1
}
]
}
Sample
{}