Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #ptoawmtv0
Wrap
Raw
Revise
local
goalcid
=
[
null
]
for
(
local
cid
=
GSCompany
.
COMPANY_FIRST
; cid
!=
GSCompany
.
COMPANY_LAST
; cid
++
)
{
GSLog
.
Info
(
cid
)
goalcid
[
cid
]
=
GSGoal
.
New
(
cid
,
GSText
(
GSText
.
STR_GOAL_COMPANY_SELF
,
GSCompany
.
GetQuarterlyCompanyValue
(
cid
,
GSCompany
.
CURRENT_QUARTER
)
)
,
GSGoal
.
GT_COMPANY
,
cid
)
}
Comments