Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #pzqwtcd08
Wrap
Raw
Revise
if
(
this
.
accept
.
ind
in CompanyData
(
comp_id
)
.
won_goals
)
{
GSLog.
Info
(
"found key"
)
;
}
else
{
GSLog.
Info
(
"missing key"
)
;
CompanyData
(
comp_id
)
.
won_goals
[
this
.
accept
.
ind
]
<
-
10
;
GSLog.
Info
(
CompanyData
(
comp_id
)
.
won_goals
[
this
.
accept
.
ind
]
)
;
}
Comments