IE I will use the imaginary function "loadPackage " to illustrate my question.
scn xxxx
begin scripteffectStart
loadPackage (escort, 60,x,y); // where escort is the package, 60 is the duration and x,y are optional and mean the coordinates for the location.
//alternatively
set timer to timer+ scriptEffectElapsedSeconds
if (timer > 25)
unload () ; //or anything that removes the package
endif;
end;
IF not, is there any other way I can achieve this??
Thank you.
