Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline t1a2l  
#1 Posted : Tuesday, December 16, 2014 10:25:14 AM(UTC)
t1a2l
Private
Joined: 9/2/2014(UTC)
Posts: 16
Israel

Thanks: 1 times
i created a new player, in this player i created a team.
the team have 3 cars in it, but when i order the team to follow a waypoint by script - nothing happens!
to be clear the team was created in the "edit teams" under the player i created.

please help me.
Sponsor
Offline Gameanater  
#2 Posted : Tuesday, December 16, 2014 7:56:50 PM(UTC)
Gameanater
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 5/13/2013(UTC)
Posts: 1,537
United States
Location: Right Behind You

Thanks: 574 times
Was thanked: 166 time(s) in 144 post(s)
Well, I figure you've already done this, but you have to make sure the units you want to move are IN the new team... Tongue

The only alternative I can think of is that you could try giving each unit you want to move a unique name (dude1, dude2, dude3, etc), and move them using another script.

I'd have to look at the map itself to really see, though. I have no idea what would cause this problem based on what you've described.
Any old friends still on here can add me on discord @jcdenton2187. I'm far more likely to respond there.
Offline zero hour mad map maker  
#3 Posted : Wednesday, December 17, 2014 5:17:15 PM(UTC)
zero hour mad map maker
Colonel
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 12/27/2013(UTC)
Posts: 681
Canada
Location: MLP

Thanks: 181 times
Was thanked: 143 time(s) in 119 post(s)
Ready for Anything! --- C&C Labs Staff , Maps Staff , Moderator
Offline t1a2l  
#4 Posted : Wednesday, December 17, 2014 5:23:27 PM(UTC)
t1a2l
Private
Joined: 9/2/2014(UTC)
Posts: 16
Israel

Thanks: 1 times
it dosnt work properly, also i am looking for somthing like:
first car follow way point, 2nd car follow first car, 3nd car follow 2nd car, etc...
Offline zero hour mad map maker  
#5 Posted : Wednesday, December 17, 2014 5:40:15 PM(UTC)
zero hour mad map maker
Colonel
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 12/27/2013(UTC)
Posts: 681
Canada
Location: MLP

Thanks: 181 times
Was thanked: 143 time(s) in 119 post(s)
Originally Posted by: t1a2l Go to Quoted Post
it dosnt work properly, also i am looking for somthing like:
first car follow way point, 2nd car follow first car, 3nd car follow 2nd car, etc...


There is no such script as that, if you want them to follow 1 right after the other you will have to set timers and make each car move individually.

Timer start
*** IF ***
True.
*** THEN ***
Set timer 'car move' to expire in 10.00 seconds.


car 1 move
*** IF ***
Timer 'car move' has expired.
*** THEN ***
Unit 'car1' EXACTLY follows waypoints, beginning at Waypoint Path 'car path'
Set timer 'car move' to expire in 3.00 seconds.
Enable Script 'car 2 move '.


car 2 move (Script not active)
*** IF ***
Timer 'car move' has expired.
*** THEN ***
Unit 'car2' EXACTLY follows waypoints, beginning at Waypoint Path 'car path'
Set timer 'car move' to expire in 3.00 seconds.


etc. does that work?

If not make sure the car(s) TEAM and PLAYER match the folder you are scripting in.










Ready for Anything! --- C&C Labs Staff , Maps Staff , Moderator
thanks 1 user thanked zero hour mad map maker for this useful post.
Gameanater on 12/17/2014(UTC)
Offline t1a2l  
#6 Posted : Wednesday, December 17, 2014 5:53:26 PM(UTC)
t1a2l
Private
Joined: 9/2/2014(UTC)
Posts: 16
Israel

Thanks: 1 times
i will try that thanks...
what about map.ini scripting in the way i suggested?
Offline Gameanater  
#7 Posted : Wednesday, December 17, 2014 6:42:14 PM(UTC)
Gameanater
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 5/13/2013(UTC)
Posts: 1,537
United States
Location: Right Behind You

Thanks: 574 times
Was thanked: 166 time(s) in 144 post(s)
I'm almost certain that you can't do that kind of thing in a map.ini...
Any old friends still on here can add me on discord @jcdenton2187. I'm far more likely to respond there.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.