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
This might be a fun exercise, I'll give it a shot. But like you said, it might be more work than it's worth hehe.
This is probably already updated, I think I saw this too just after I posted this message. But I'll have a look just to be sure. I'll see if I can edit with new code after I process all of this hehe
Just to make sure that it only trade(item) when the "num_items(item) == 0" (or less than 1) it's an extra step, but I don't like repeating myself every time I have to do this (for now only pumpkin and carrots but later prolly others too)
Hrm, this seems like something I should probably have looked at and might have forgotten hehe. Thanks, I'll have a deeper look into this.
[/quote]
<3 I might actually flip first then hehe. Backflip before harvest seems like a great idea!
plant a field of pumpkins
second round
don't harvest the pumpkins plant them wait for them to grow
you can count the number of pumpkins that have already grown and therefore won't dry out and end the cycle
harvest
if (get_pos_x() % 2 != 0 and get_pos_y() % 2 == 0) or (get_pos_x() % 2 == 0 and get_pos_y() % 2 != 0)
as
if (get_pos_x() + and get_pos_y()) % 2 == 0: