Page 1 of 1

help??

Posted: August 25th, 2006, 4:15 pm
by t3vY
i dont know how to write a script that platforms ll move up and down

i used this script but platforms move just horizontal what shall i change?

main()
{
maps\mp\_load::main();
move_trig = getent("move_trig","targetname");
move = getent("move","targetname");
move_trig enablelinkto();
move_trig linkto(move);
move_trig thread check();

while(1)
{
move moveX(500, 5);
wait 5;
move moveY(500, 5);
wait 5;
move moveX(-500, 5);
wait 5;
move moveY(-500, 5);
wait 5;
}
}


please help :oops:

Posted: August 25th, 2006, 4:22 pm
by Luke
change movex/movey to movez

Posted: August 25th, 2006, 6:39 pm
by t3vY
change movex/movey to movez
ok tnx :D