Posted by: Darko - Wednesday, October 26, 2022 2:50:16 AM
I wanted to make an infinitely spawning team where if it is destroyed it gets reincarnated again and again. I got the 1st script to work but the repeating process is not doing well, I'm not really a map maker... more of a map editor and I chose contra's GC Assault general map as a testing ground.
Here's the entire script.
The 1st script [ns A D] is to enable the spawning
[quote]*** IF ***
Player 'ThePlayer' has been attacked by Player 'AIOpponent'.
*** THEN ***
Spawn an instance of Team 'PR1' at Waypoint 'PR1 Spawn'.
Have Team 'PR1' follow Waypoint Path 'PR 1 Attack Path' , as a team is TRUE
Team 'PR1' begins hunting.[/quote]
2nd script [ns A nd] is to detect if the team is destroyed
[quote]*** IF ***
Team 'PR1' has been destroyed.
*** THEN ***
Run Subroutine 'PR 1 Repeat'.[/quote]
3rd script [S A D] is to repeat the process
[quote]*** IF ***
True.
*** THEN ***
Spawn an instance of Team 'PR1' at Waypoint 'PR1 Spawn'.
Have Team 'PR1' follow Waypoint Path 'PR 1 Attack Path' , as a team is TRUE
Team 'PR1' begins hunting.[/quote]
These scripts are controlled by a newly made ai and a newly made team, they shouldn't be broken by the other scripts in the map
Posted by: lee0307 - Thursday, January 12, 2023 10:51:50 AM
hi could you possibly help me make a script for unlimited money creates