• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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