14.07.2021, 17:21
The amount should increase when you increase the maximum amount (by buying new warehouses). I made it this way, so you production lines still produce something.
But you can change the script, if you want.
Change it from
to
But you can change the script, if you want.
Change it from
Code:
//mov [rdx+20],#50000
mov ebx,[rcx+344]
mov [rdx+20],ebx
mov ebx,[rdx+20]
Code:
mov [rdx+20],#50000 //change the 50000 to anything you want
//mov ebx,[rcx+344]
//mov [rdx+20],ebx
//mov ebx,[rdx+20]