Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

this game is amazing and has a lot of potential. it's like factorio but i'm fine with that, it adds other mobs to deal with and it's great! i do have 1 request that we can code bots using python, like if then else, or something like that, maybe an option to have a specific code where we can type it in or the normal way to code it, idk, whatever is easier. anyways.

so i told the bot to go to where my seeds are kept, pick up 5 and take it to the seedling tray, and repeat that 3 times, then go to the fertiliser storage and pick up 5 fertiliser and put it into the seedling tray. instead it went and picked 5 seeds, took it to the tray, did it again, so far so good. did it again, still good, then it did it again. didn't go to the next step which is to pick up fertiliser.. either i'm a numpty and screwed up or this is a bug, i am using the crude robots though

Below is the code i used when i found this bug:

|====forever

|  |=====repeat 3 times

|  | go to general storage (tree seed)

|  |  |======repeat 5 times

|  |  | take from general storage (tree seed)

|  |  |======

|  |  go to seedling tray

|  |  |======repeat until hand empty

|  |  |put into seedling tray

|  |  |======

|  |=====

| go to fertiliser storage

|  |======repeat 5 times

|  | take from fertiliser storage

|  |======

|  go to seedling tray

|  |======repeat until hand empty

|  |put into seedling tray

|  |======

|====

P.S. i didn't put a screenshot on as the gui is still too small currently and i got rid of the code and set 2 bots to do it and now it works fine

Unfortunately putting in a "repeat x times" inside of a "repeat x times" isn't supported yet. Thanks

oh ok, well i hope to see it resolved soon. But seriously, more options for coding bots would be fantastic. Some people could really go nuts with typing the code in and stuff. I personally find it more appealing to type code in myself and it will serve as a learning tool for people to learn how basic python coding works. If it isn't added it's not a big deal. This game is amazing and i would love to donate but sadly i don't have access to my bank account yet