aber es ist ja nicht so, als dass meine probleme aufhören würden bei meiner map habe ich irgendwo diesen code:
1
2
3
2
3
$x = getx "info",151; $z = getz "info",151; $id = create "unit",10,$x,$z;
mfg
$x = getx "info",151; $z = getz "info",151; $id = create "unit",10,$x,$z;
$x = getx("info",151); $z = getz("info",151); $id = create("unit",10,$x,$z);
on:use { $x=getx("unit",1); $y=gety("unit",1); $z=getz("unit",1); setpos "object", 1, $x,$y-10,$z-30; }
on:load { 	unitpath 133,86; } on:node0086 { 	unitpath 133,87,88,89,90,91,92,93,94,95,96; } on:node0091 { 	ai_stay "self",1; 	addstate "self", 60; 	timer "self", 10000; 	ai_stay "self",0; }
on:node0086 { unitpath 133,87,88,89,90,91; } on:node0091 { unitpath 133,92,93,94,95,96; ai_stay "self",1; addstate "self", 60; timer "self", 10000; ai_stay "self",0; }
on:reach { unitpath 133,87,88...; }
on:reach { ai_stay "unit", ID; }
timer "unit", 1, 20000 [,1] [,180];
if ($zielen==1){ add "blablabla"; msgbox "hi"; $zielen--; freescript "info", 193; }