HEART_EMO
HEART_EMO(CID)
Arguments
CID
Description
Not Added.
Implementation
def HEART_EMO(CID):
NO_EMO(CID)
CHARA_EMO(CID, 10, 0)
play_sound(SE_IN_EMOTION_0010)
References
Table Implementation
{
"name": "HEART_EMO",
"args": [
"CID"
],
"commandList": [
{
"row": 4467,
"command": "NO_EMO",
"args": [
"CID"
],
"end": 1
},
{
"row": 4468,
"command": "CHARA_EMO",
"args": [
"CID",
"10",
"0"
],
"end": 1
},
{
"row": 4469,
"command": "play_sound",
"args": [
"SE_IN_EMOTION_0010"
],
"end": 1
}
]
}
Sample
{}