#e[Player]
#ScriptVersion[2] 
#Menu[J zV]
#Text[zV Ver1.00
fbLJX^}CY^Cv

J[hF[U[L[
J[hgpFXLbvL[
	]
#ReplayName[B]
script_player_main
{
	let THdot=0;

	@Initialize
	{
		IntializeLoading;
		IntializeTask;
		Tmain;
	}

	task Tmain
	{
		yield;
		IntializeTmain;
	}

	@MainLoop
	{
		MainLoopTask;
	}


	@Missed
	{
		MissLoopTask;
	}

	@SpellCard
	{	
		SpellCardTask;
	}

	@DrawLoop
	{
		DrawLoopTask;
	}

	@Finalize
	{

	}



#include_script".\txt\Include.txt"
}

#include_script".\txt\Spell001.txt"
