Hi can you make a brushmodel follow a path? Instead of writing aload of script.
Would it be info nulls or somthing?
BrushModel And Paths?
Moderator: Core Staff
Re: BrushModel And Paths?
Wow fast responce. I'm impressed. How would i script that?
Model moveto((origionname)1,0.5,0,5);
???
Model moveto((origionname)1,0.5,0,5);
???
Re: BrushModel And Paths?
cheers, i got an error.
"Can not cast string to vector" Sq moveto(("Sq1"),1.5,0.25,0.25);
Code: Select all
ExitSq11()
{
Sq = getent("DBK_Jumper1","targetname");
Sq1 = getent("DBK_Jumper1o","targetname");
Sq2 = getent("DBK_Jumper2o","targetname");
Sq3 = getent("DBK_Jumper3o","targetname");
while(1)
{
Sq moveto(("Sq1"),1.5,0.25,0.25);
Sq waittill("movedone");
Sq moveto(("Sq2"),1.5,0.25,0.25);
Sq waittill("movedone");
Sq moveto(("Sq3"),1.5,0.25,0.25);
Sq waittill("movedone");
Sq moveto((0,0,0),1.5,0.25,0.25);
Sq waittill("movedone");
}
}
Who is online
Users browsing this forum: Majestic-12 [Bot] and 2 guests