|
|
|
|
|
by BostX
4449 days ago
|
|
In level 10 ambush I set function (me) {}
for the red and yellow drones and function (me) {
var r = 'right:'+me.canMove('right');
var l = 'left: '+me.canMove('left')
alert(r+'; '+l);
}
for the green drones. But I always get 'right:true; left: true'. WTFFFFFF? :-(
Please please fix that, please!!! |
|
https://gist.github.com/anonymous/d65048c34bd6874478a1