Page 1 of 1

Why can not I send enemy to build a new base?

Posted: Fri Oct 28, 2016 6:38 pm
by WIZ4
I tried using this command, send enemy to build a new base:

Code: Select all

/c game.surfaces.build_enemy_base ({-1159, -842}, 5)
But I have this error climbs:
Screenshot_3.png
Screenshot_3.png (265.58 KiB) Viewed 1814 times
What am I doing wrong?

Re: Why can not I send enemy to build a new base?

Posted: Fri Oct 28, 2016 7:44 pm
by byte

Code: Select all

game.surfaces[1].build_enemy_base({-1159, -842}, 5)

Re: Why can not I send enemy to build a new base?

Posted: Fri Oct 28, 2016 7:55 pm
by WIZ4
byte wrote:

Code: Select all

game.surfaces[1].build_enemy_base({-1159, -842}, 5)
It has turned out, thank you!