Posted by Pele on June 20, 1998 at 23:20:07:
In Reply to: Re: Is there a way to make a ship fly away and never come back as you enter a certain sector in JK? posted by JED Master on June 20, 1998 at 22:47:56:
Jed master, that crashes the game.
Simply do this:
entered:
movetoframe(thing, speed, frame); //check syntax
Return;arrived:
if(getCurFrame(thing)==1) destroything(thing);
return;
end
Good Luck
--Pele