SUPER-G
  • SUPER-G
  • 59.75% (Neutral)
  • Colonel Topic Starter
13 years ago
I am making an Aod map fit for 1 player.

I want to have the waves spawn off the map and follow a line into the map, and around the base,and hopefully not, reach the end.

The problem:
I cannot get the wave teams to follow the path into the map!

All help is appreciated.
UserPostedImage
PK_Soar #9531
He that is slow to believe anything and everything is of great understanding, for belief in
one false principle is the beginning of all unwisdom. - Anton Lavey

Sponsor
ScramblestheDeathDealer
13 years ago
did you check to see if the trigger to activate the script works?

besides that, what always has worked for me is to have the script "If [Trigger event} then team x spawns at waypoint #x" then have another script "If [trigger event] Then team x fallows Waypoint path y as team is true or false"
In an insane world a sane man appears insane.

Current Mod project is no longer in production
i^love^mixery
13 years ago
upload the map maybe..
SUPER-G
  • SUPER-G
  • 59.75% (Neutral)
  • Colonel Topic Starter
13 years ago
Holy crap! sorry about the week-long reply!😁 :ashamed:   My Little AOD.zip (43kb) downloaded 1 time(s).
UserPostedImage
PK_Soar #9531
He that is slow to believe anything and everything is of great understanding, for belief in
one false principle is the beginning of all unwisdom. - Anton Lavey

Drummin
13 years ago
Hey there, it's been years since working with ZH scripting but I always found making a subroutine script specifically for following a path and assigned as the On Create behavior of the team works. Note this script can be used by all teams.
Script Name: Hunt
*** IF ***
True.
*** THEN ***
Team '<This Team>' begins hunting.

Use standard scripting, Setting: [ns A D] for your team spawning scripts.
This old link might help .
SUPER-G
  • SUPER-G
  • 59.75% (Neutral)
  • Colonel Topic Starter
13 years ago
So, would i put that script in normally, and do the [ns A D] subroutine script?
UserPostedImage
PK_Soar #9531
He that is slow to believe anything and everything is of great understanding, for belief in
one false principle is the beginning of all unwisdom. - Anton Lavey

Drummin
13 years ago
Do a subroutine for the follow path script and standard scripting for your team spawning.   My Little AOD.zip (44kb) downloaded 1 time(s).
thebunnybruce
13 years ago
A question about subroutines: do they need to be triggered by other script every time? Or can it be made once a subroutine start that it can keep activating itself? Thank you
I'm not as cute as I look!
I'm still learning!
i^love^mixery
13 years ago

A question about subroutines: do they need to be triggered by other script every time? Or can it be made once a subroutine start that it can keep activating itself? Thank you

Originally Posted by: thebunnybruce 



a subroutine needs to be triggered somewhere. it will NEVER run by itself.

but you SHOULD be able to make it loop if you set it to run a subroutine script and then choose that script itself in the dropdown menu.