Okay so I made this trigger which disables the units ability to move and it works but I'd like for it not to create the error 'no unit can handle this command', when I try to move the unit anyway, is there a way to bypass or silence this error?
Open the text editor (it's under modules), make sure the text column is selected (to make searching easier) and type in 'No units' and scroll until you find 'No units can handle that command'
This will change the text, via text editor.
Silencing the error can be done on a personal level, in game options.
There would be other ways of doing it, but with disabling the move command via trigger, and not through a validator, I don't see another way.
Validators have a value 'Failure Result', which connects to the text that you can find in the text editor, as well as a sound.
Rollback Post to RevisionRollBack
Starcraft2 mapping is an art. It is inspired by the soul and crafted from within and brought out, but not all artists have the skills to create it, which is why I need data/trigger editors. Come find me if you want to be part of something great.
To post a comment, please login or register a new account.
Okay so I made this trigger which disables the units ability to move and it works but I'd like for it not to create the error 'no unit can handle this command', when I try to move the unit anyway, is there a way to bypass or silence this error?
Tried disabling the move ability? Alternatively you could add a dummy rally point (no assets) so that it does have a command to perform.
Ah, just found a better way to do it, I just issued the stop order instead of disabling the move ability lol.
I'm guessing you can't remove that specific error text with triggers since its not part of the error panel. Maybe text editor?
Edit: If I wanted to edit or remove that command error text how would I?
Open the text editor (it's under modules), make sure the text column is selected (to make searching easier) and type in 'No units' and scroll until you find 'No units can handle that command'
This will change the text, via text editor. Silencing the error can be done on a personal level, in game options.
There would be other ways of doing it, but with disabling the move command via trigger, and not through a validator, I don't see another way. Validators have a value 'Failure Result', which connects to the text that you can find in the text editor, as well as a sound.