• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Computer doin nothin

Status
Not open for further replies.
Level 14
Joined
Feb 7, 2020
Messages
387
Your spawn trigger would be something like this:
  • Unit - Create Unit
  • Unit - Pause Unit (Last Created Unit)
Whatever your chaos survival reference trigger is would be something like this:
  • Events
    • Time - Time Elapsed - x seconds
  • Actions
    • Unit Group - Pick Every Unit Owned by (Computer Player x) and do
      • Unit - Unpause (Picked Unit)
      • Unit - Issue Order (do something with the unit)
Of course, respecting leak removal best practices: Things That Leak
 
Level 14
Joined
Feb 7, 2020
Messages
387
You'll need to post your triggers for people to provide suggestions:

upload_2020-4-18_6-6-18.png

Wrap them in [trigger][/trigger]
 
Level 20
Joined
Aug 13, 2013
Messages
1,696
You may go to the player properties and simply set the player to 'None' if you don't want it to be computer-controlled.
Though I don't know what's chaos survival, there's no way you can disable AI internal scripts without using dirty tricks.
 
Status
Not open for further replies.
Top