• 🏆 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!

[Trigger] what do you suggest for this?

Status
Not open for further replies.
there is a unit(a ship) that if it's killed the game is over. This ship must be able to be auto-attacked. that means he must belong to a player (because neutral passive cannot be auto-attacked). But if the ship belongs to a player he runs away when attacked. I don't want him to run away.

- To change his movement type to none, from the object editor, is not an option, because the ship casts in a cinematic in the beginning of the map(where he walks a path).

what do you suggest I do with the ship?
 
Level 23
Joined
Apr 16, 2012
Messages
4,041
no

Because it has <gen>, it seems as preplaced, those units have syntax:
gg_unit_TYPE_Number, so go to object editor, find the ship(The unit type), press CTRL+D and remember the 4 numbers/letters(something like A004 if it is custom), then you see the number 0029, so it should be something like:
  • Custom script: call SetUnitPropWindow(gg_unit_A004_0029, 0)

however, there should be GUI action for that(Set Unit Prop Window or something like that)
 
Status
Not open for further replies.
Top