Und was willst du rauskopieren?
Drück dich mal bitte etwas verständlicher aus.
Scripts
Scripting - Fragen/Probleme
on:start
{
watertexture "maps/WASSERTEXTUR.bmp";
}
on:start
	{
	timer 0, 1010, 0;
	}
on:timer
	{
	if (gety("unit", 1) < 0)
		{
		damage "unit", 1, 5;
		}
	}