//******************************************************************************
// YAYA@S[Xgev[g
// ؂ւg[N
//******************************************************************************

//******************************************************************************
// S[Xg؂ւ 
//******************************************************************************
/*
֐͈ȉ̌`ŋLڂ܂B
[Cxg] + [S[Xg]
CxǵAȉ̂̂܂B
CxgɂĂ͊Y֐OnCloseOnBootɂȂ܂B
S[XǵA擪 _t܂B
YS[XgƂ́AS[Xǵ̕uOthervƂȂ܂B

O̒"'A邢+-/*Ap󔒂ȂǁA
VXeŎgĂ镶ꍇ́Aׂ_ɕϊ܂B
Fthe "MobileMaster" -> OnGhostChanging_the__MobileMaster_

OnGhostChanging		̃S[Xg֐؂ւ悤ƂƂBOnCloseĂ΂܂B
OnGhostChanged		̃S[Xg؂ւƂBOnBootĂ΂܂B
OnGhostCalling		̃S[XgĂяoƂƂ
OnGhostCalled			̃S[XgĂяoꂽƂBOnBootĂ΂܂B
OnGhostCallComplete	̃S[XgĂяoāAĂяoꂽS[Xg̋NƂAOnOtherGhostBooted̑

OnOtherGhostBooted	̃S[XgĂяoāAĂяoꂽS[Xg̋NƂ
OnOtherGhostClosed	̃S[XgIƂ
OnOtherGhostChanged	̃S[Xg̃S[Xg ؂ւāA؂ւ̃S[Xg̋NƂ
*/


//Emily֐؂ւ
OnGhostChanging_Emily
{
	"\0\s[0]G~ɐ؂ւłB"
}

//Emily؂ւ
OnGhostChanged_Emily
{
	"\0\s[0]G~񂩂サĂ܂B"
}


//̑̃S[Xg֐؂ւ
OnGhostChangingOther
{
	"\0\s[0]LXăOboCB\e"
}

//̑̃S[Xg؂ւ
OnGhostChangedOther
{
	"\0\s[2]A%(username)񂾁B\e"

}

 
//******************************************************************************
//̉͐؂ւg[Np
//ʏ͂Kv͂܂񂪁AKvɉēKXύXĂB
//AYATEMPLATE.ł͂܂֐ _tmpl_util.dic ɂ܂B
//******************************************************************************

OnGhostChanging
{
	AYATEMPLATE.ExecuteChangeCallTalk("OnGhostChanging","OnClose")
}

OnGhostChanged
{
	AYATEMPLATE.ExecuteChangeCallTalk("OnGhostChanged","OnBoot")
}

OnGhostCalling
{
	AYATEMPLATE.ExecuteChangeCallTalk("OnGhostCalling")
}

OnGhostCalled
{
	AYATEMPLATE.ExecuteChangeCallTalk("OnGhostCalled","OnBoot")
}

OnGhostCallComplete
{
	AYATEMPLATE.ExecuteChangeCallTalk("OnGhostCallComplete")
}

OnOtherGhostClosed
{
	AYATEMPLATE.ExecuteChangeCallTalk("OnOtherGhostClosed")
}

OnOtherGhostBooted
{
	AYATEMPLATE.ExecuteChangeCallTalk("OnOtherGhostBooted")
}

OnOtherGhostChanged
{
	AYATEMPLATE.ExecuteChangeCallTalk("OnOtherGhostChanged")
}


