Code: Select all
$tlsil = $tl -> get amount of ware Silicon Wafers in cargo bay
Code: Select all
= $base -> add -$tlsil units of Silicon Wafers
Example
My TL has 1344 units of silicon which i can call with the top command
but how do i turn that into a minus value so I can subract it from the tl?
ie 1344 would become -1344
