The Farmer Was Replaced

The Farmer Was Replaced

INFINITE GOLD
< >
Showing 1-4 of 4 comments
Smudge Apr 5 @ 6:04am 
def gold(): # obtain substance while num_items(Items.Weird_Substance) < 1000: plant(Entities.Bush) use_item(Items.Fertilizer) if can_harvest(): harvest() # make maze while get_entity_type() != Entities.Hedge and get_entity_type() != Entities.Treasure: plant(Entities.Bush) use_item(Items.Weird_Substance, 1) # harvest - no need to explore maze as all mazes have gold, # and if you use a 1 x 1 maze you will always be on the gold. while get_entity_type() == Entities.Treasure: harvest()
Last edited by Smudge; Apr 12 @ 2:07am
Smudge Apr 5 @ 6:05am 
to run it, make sure it is in a code window called "Gold" and run this code:
import Gold Gold.gold()
Last edited by Smudge; Apr 11 @ 12:18am
Ivins Apr 10 @ 7:45pm 
put []code before your code so it spaces everything correctly to read. put code inside the box. Idk how to say it without it actually doing it [code/]
Smudge Apr 11 @ 12:17am 
there we go. Fixed

its [ code ] without the spaces inbetween the two [] and the word
Last edited by Smudge; Apr 11 @ 12:17am
< >
Showing 1-4 of 4 comments
Per page: 1530 50