Skip to content

Extension

Mike J. Renaker / "MikeDEV edited this page Feb 21, 2024 · 6 revisions

Extension

banner

These blocks are used for interacting with the CLΩ service.

Loading the CLΩ Extension

  1. Download the latest copy of the extension from this repo.
  2. Open Turbowarp Editor. (Turbowarp Desktop is currently NOT supported)
  3. Open the Extensions menu:

extensions menu icon

  1. Click on Custom Extension:

custom extension button

...and select the extension file(s). Make sure that the extension(s) is/are NOT sandboxed.

select extension menu

  1. Click load. You're done!

Register account

To register an account, use this block:

register account block

...and fill in the parameters accordingly.

  • The username must be at least 3 characters long, and no longer than 20.
  • The password must be at least 8 characters long, and no longer than 128.
  • A valid email address must be provided.

Run the block, and check the inspect console for results.

The output of this reporter will turn true upon success.

register account success reporter

Clone this wiki locally