Lares01 has written
Was ist an diesem Script falsch?
on:start {
local $x1,$x2,$y1,$y2,$z1,$z2,$switch;
$x1=getx("object",79);
$y1=(gety("object",79)+20);
$z1=getz("object",79);
$x2=getx("object",79);
$y2=(gety("object",79)+20);
$z2=getz("object",79);
}
on:trigger {
$switch=(1-$switch);
if ($switch==0) {
projectile 830,$x1,$y1,$z1,4,0,180,10,0;10;25,0;
} else {
projectile 830,$x2,$y2,$z2,4,0,180,10,0;10;25,0;
}
}
on:start {
local $x1,$x2,$y1,$y2,$z1,$z2,$switch;
$x1=getx("object",79);
$y1=(gety("object",79)+20);
$z1=getz("object",79);
$x2=getx("object",79);
$y2=(gety("object",79)+20);
$z2=getz("object",79);
}
on:trigger {
$switch=(1-$switch);
if ($switch==0) {
projectile 830,$x1,$y1,$z1,4,0,180,10,0;10;25,0;
} else {
projectile 830,$x2,$y2,$z2,4,0,180,10,0;10;25,0;
}
}
Da hast du wohl ein (oder auch vier) Komma mit einem Semikolon vertauscht.
edited 1×, last 18.11.08 03:52:18 pm