System Actions
configBot: Bot
Gets the config bot (formerly known as the player bot). This is the bot that represents the player's browser tab.
It is
tempLocal
and is used to configure various portals.Examples
Get the config bot and set a username on it.configBot.tags.username = "bob";
Open the sheetPortal to "testDimension".configBot.tags.sheetPortal = "testDimension";
os.device(): CasualOSDevice
Gets information about the device that the player is using.
Examples
Get the device info and popup a message with it.const info = os.device();
os.toast(info);os.version(): CasualOSVersion