ODOROKI_EMO
ODOROKI_EMO(CID)
Arguments
CID
Description
Not Added.
Implementation
def ODOROKI_EMO(CID):
NO_EMO(CID)
CHARA_EMO(CID, 5, 0)
play_sound(SE_IN_EMOTION_0005)
References
Table Implementation
{
"name": "ODOROKI_EMO",
"args": [
"CID"
],
"commandList": [
{
"row": 4427,
"command": "NO_EMO",
"args": [
"CID"
],
"end": 1
},
{
"row": 4428,
"command": "CHARA_EMO",
"args": [
"CID",
"5",
"0"
],
"end": 1
},
{
"row": 4429,
"command": "play_sound",
"args": [
"SE_IN_EMOTION_0005"
],
"end": 1
}
]
}
Sample
{}