unitReady: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#U|COMREF]] | |||
<h2 style="color:#000066">'''unitReady'''</h2> | <h2 style="color:#000066">'''unitReady'''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
Line 12: | Line 15: | ||
Check if unit is ready. | Check if unit is ready. | ||
Unit is busy when it is given some command like move until the command is finished. | |||
Unit is busy when it is given some command like [[move]] until the command is finished. | |||
'''Example:''' | '''Example:''' | ||
_it = '''unitReady''' soldierOne | _it = '''unitReady''' soldierOne |