Posted by JED Master on June 21, 1998 at 12:27:33:
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 Pele on June 20, 1998 at 23:20:07:
: 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
So, If I make something move from plain view, say, around a corner where the player can't get anywhere where they can see it, the game will crash? pele, have you been smoking something? Destroying it really isn't neccesary for SP, but it will make it run slightly faster...