function pritext()
	print("AIs,s,X,Y");
	print(my_act,enemy_act,dis_x,dis_y);
	print("XY,AIXW,AIYW");
	print(dis2,x,y);
--p
--Xygpɏo
--ǂlĂȖpł{Ɂi
	if my_char==2 then
		if my_card==200 and my_act==600 then
			print("Card Attack:Illusion Sign \"Murder Doll\"!");
		elseif my_card==201 and my_act==601 then
			print("Card Attack:Time Sign \"Private Square\"!");
		elseif my_card==202 and my_act==602 then
			print("Card Attack:Cutting Sign \"Inscribe Red Soul\"!");
		elseif my_card==203 and my_act==603 then
			print("Card Attack:Illusion Burial \"Phantasmal Murderer of the Night Fog\"!");
		elseif my_card==204 and my_act==604 then
			print("Card Attack:\"Sakuya's World\"!");
		elseif my_card==205 and my_act==605 then
			print("Card Attack:Cutting Soul \"Soul Sculpture\"!");
		elseif my_card==206 and my_act==606 then
			print("Card Attack:Silver Sign \"Silver Bound\"!");
		elseif my_card==207 and my_act==607 then
			print("Card Attack:Conjuring \"Eternal Meek\"!")
		elseif my_card==208 and my_act==608 then
			print("Card Attack:Speed Sign \"Luminous Ricochet\"!");
		elseif my_card==209 and my_act==609 then
			print("Card Attack:Time Sign \"Sakuya's Specially-made Stopwatch\"!");
		end
	end
end