Re: Is there a way to make a ship fly away and never come back as you enter a certain sector in JK?


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]

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


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]