Sends garrisoned villagers back to work.
def BackToWork
int8 :action_identifier
byte24 :zero
int32 :building_id
end
:action_identifier
Always has the value 0x80
.
:zero
The 3 bytes after :action_identifier are always zero.
:building_id
The ID of the building from which the villagers are released.
80 00 00 00 68 17 00 00
80
— action_identifier
00 00 00
— zero
68 17 00 00
— building_id