Menu News
Scripts
Submenu
Submenu
1

Marcell has writtenfunction controlpanel(id)
		if news_able[id] == true then
			info_form[id]["form"] = image("gfx/mapart/info_form.png",440,124,2,id)
			info_form[id]["close"] = image("gfx/mapart/close.png",553,30,2,id)
			imageblend(info_form[id]["close"],1)
			parse('hudtxt2 '..id..' '..(1)..' "News" '..(420)..' '..(23))
			for n = 0,10 do
				if news[n+1] ~= nil then
					parse('hudtxt2 '..id..' '..(n+2)..' "'..news[n+1]..'" '..(320)..' '..(53)+(13*n))
				end
			end
		end
Marcell: said it can be hud image.
Cure Pikachu has written
Gaios has written
Marcell has written
Cure Pikachu said.
1
