4 ms·
In level 10 ambush I set function (me) {} for the red and yellow drones and function (me) { var r = 'right:'+me.canMove('right');
by BostX 12y 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!!!
- mszmszmsz 12y agoLevel 10 can be solved by code injection :) https://gist.github.com/anonymous/d65048c34bd6874478a1 https://gist.github.com/anonymous/d65048c34bd6874478a1