Need help to shift shine...

Post your scripting questions / solutions here

Moderator: Moderators

Phil {sfx}
Sergeant
Posts: 67
Joined: Thu Sep 30, 2004 2:08 pm
Location: uk
Contact:

Post by Phil {sfx} »

mj am sick of telling you to catch me on msn for quick bits of code. :?

thread this in omaha and watch it go. :wink:

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
Am sure you can edit that for what you need or give us a shout and i'll do it for you.
Senior Modder/Mapper/Scripter/Modeller @ www.mods-r-us.net
Post Reply