I've been working on a boss fight which would involve certain events at set amounts of health but I just can't figure how to do it, i've toyed with some conditions and variables, just can't seem to figure it.
The example:
- 2500/3500 hp SCVs appear to repair the boss's tank.
I just can't find anything, any clues about how to do it?
I'm just getting started with triggers myself, so I can't give you much, but I think what you want to use are "If then else" actions. If you create a new action and search for if then, it'll show up. In the If part you want to use "comparison" then for "value 1" you want to find "unit properties" then set your operator to equal or less than, for value 2 set the amount you want and then set up your actions in the "then" section.
sorry if thats a bit confusing, I would highly recoment watching GalaxyEditorTutorial's tutorials:
I've already worked with if, then, else, I was indeed using it, just couldnt find find the right condition, which seems like goofoffjw found, gonna try it now, and see if it works. Thanks every1
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I've been working on a boss fight which would involve certain events at set amounts of health but I just can't figure how to do it, i've toyed with some conditions and variables, just can't seem to figure it.
The example:
- 2500/3500 hp SCVs appear to repair the boss's tank.
I just can't find anything, any clues about how to do it?
@EuYaz: Go
I haven't tested this but I think it might work. See attached screenshot.
@EuYaz: Go
I'm just getting started with triggers myself, so I can't give you much, but I think what you want to use are "If then else" actions. If you create a new action and search for if then, it'll show up. In the If part you want to use "comparison" then for "value 1" you want to find "unit properties" then set your operator to equal or less than, for value 2 set the amount you want and then set up your actions in the "then" section.
sorry if thats a bit confusing, I would highly recoment watching GalaxyEditorTutorial's tutorials:
http://www.youtube.com/user/GalaxyEditorTutorial#p/u/57/q0KFo_S3C-8
They are some basic stuff that no mapper should be without = D
Hope that helps.
Yeah, like that. You just have to pay attention that those triggers are only triggered once (When using periodic triggers for example)...
@Kenohki606:
I've already worked with if, then, else, I was indeed using it, just couldnt find find the right condition, which seems like goofoffjw found, gonna try it now, and see if it works. Thanks every1