VIS
VIS(CID, POS)
Arguments
CID
POS
Description
Not Added.
Implementation
def VIS(CID, POS):
chara_visible(CID, false)
chara_pos(CID, POS)
References
Table Implementation
{
"name": "VIS",
"args": [
"CID",
"POS"
],
"commandList": [
{
"row": 1700,
"command": "chara_visible",
"args": [
"CID",
"false"
],
"end": 1
},
{
"row": 1701,
"command": "chara_pos",
"args": [
"CID",
"POS"
],
"end": 1
}
]
}
Sample
{}