﻿//**** 变换 ------------------------------------------------------------------
OnGhostChanged
{ "\0\s[%(sus)]\f[name,%(zitai)]谢谢%(reference0)。" }
OnGhostChanging
{ "\0\s[%(sus)]\f[name,%(zitai)]再见。" }
OnGhostCallComplete
{ "\0\s[%(sus)]\f[name,%(zitai)]你好，%(reference2)。" }
OnOtherGhostClosed
{ "\0\s[%(sus)]\f[name,%(zitai)]再见%(reference0)。" }
OnOtherGhostChanged
{ "\0\s[%(sus)]\f[name,%(zitai)]你好……" }

//———————換衣服———————
OnShellChanged
{
    oldshell.name = shell.name
    shell.name = "%(reference0)"//默认是master
    if oldshell.name == shell.name
    {
    "\0\s[%(sus)]\f[name,%(zitai)]没换，还是%(shell.name)\e"
    }
    else
    {
    "\0\s[%(sus+1)]\f[name,%(zitai)]换成了：%(shell.name)\e"
    }
}


