Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
self.task = nil
end
if (fertilizer.components.stackable ~= nil) then
fertilizer.components.stackable:Get(1):Remove()
end
fertilizer.components.stackable:Get(1):Remove()
return true
else
return old(self, fertilizer)
end
end
Or like:
self.task = nil
end
if (fertilizer.components.stackable ~= nil) then
fertilizer.components.stackable:Get(1):Remove()
fertilizer.components.stackable:Get(1):Remove()
return true
else
return old(self, fertilizer)
end
end
Or like:
self.task = nil
end
if (fertilizer.components.stackable ~= nil) then
fertilizer.components.stackable:Get(1):Remove()
end
return true
else
return old(self, fertilizer)
end
end
Thanks for the swift response and sorry for blowing up your comments!
if (fertilizer.components.stackable ~= nil) then
fertilizer.components.stackable:Get(1):Remove()
endfertilizer.components.stackable:Get(1):Remove()
should be
if (fertilizer.components.stackable ~= nil) then
fertilizer.components.stackable:Get(1):Remove()
end
if self.growthpercent >=1 then
self.inst.AnimState:PlayAnimation("grow_pst")
self:Mature()
self.task:Cancel()
self.task = nil
end
if (fertilizer.components.stackable ~= nil) then
fertilizer.components.stackable:Get(1):Remove()
endfertilizer.components.stackable:Get(1):Remove()
return true
else
return old(self, fertilizer)
end
end
end)
I know this is time consuming, but I would really appreciate it :)