Android (class)

class Android()

Android is a subclass of Bot

Android.talk()

Makes the Android talk

Returns:

what Android said, in format: “Android said: <message>”

Return type:

String

See:

<a href=”../symbols/Bot.rst#talk”>Bot#talk</a>

#talk

Android.walk(direction)
Arguments:
  • direction (Direction) – X and Y coordiates

This function really does the thing.

var bot = new Bot('bot');
bot.walk({x:123, y:2});