Posted: Sat Nov 27, 2004 8:03 am
mj am sick of telling you to catch me on msn for quick bits of code.
thread this in omaha and watch it go.
Am sure you can edit that for what you need or give us a shout and i'll do it for you.
thread this in omaha and watch it go.
Code: Select all
mjs:
while(1)
{
wait 1
spawn script_object "targetname" "pl20" "classname" "info_splinepath"
$pl20.origin = ( 3100.60 -3443.29 220.74 )
spawn script_object "targetname" "pl21" "classname" "info_splinepath"
$pl21.origin = ( -590.97 -3341.89 220.74 )
spawn script_object "targetname" "pl22" "classname" "info_splinepath"
$pl22.origin = ( -6196.98 -3504.67 220.74 )
$pl20.target = $pl21
$pl21.target = $pl22
local.corona = spawn script_model
local.corona model "fx/corona_red.tik"
local.corona.origin = $pl20.origin
local.corona.angles = ( 0 0 0 )
local.corona notsolid
local.corona scale 30
wait 1
local.corona flypath $pl20 1000 200
local.corona waitmove
local.corona remove
$pl20 remove
$pl21 remove
$pl22 remove
iprintlnbold "DONE PATH"
}
end