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