вот в мозилле:
add.powerst.resorce 0 43 Описание
$ware=Кристаллы
$pwrst= get station array: product=Батареи include empty=[TRUE] gosub goAdd
play sample 1115
return null
goAdd: $sz= size of array $pwrst while$sz > 0 =wait 5 ms dec $sz= $st=$pwrst[$sz] $count=$st -> get amount of ware $ware in cargo bay $st -> station trade and production tasks: on=[FALSE] =wait 1000 ms $st -> remove second resource from factory: $ware $st -> add primary resource to factory: $ware =$st -> add $count units of $ware $st -> station trade and production tasks: on=[TRUE] end endsub return null |