MOO

Comments Off on MOO

1. Connect to a MOO server and create a new object.
2. Define a method for the object called “greet” that outputs “Hello World!”.
3. Call the “greet” method on your object.

Here’s an example code snippet in MOO:

“`
@create HelloWorldObj {
greet() {
print("Hello World!");
}
}

@invoke HelloWorldObj.greet();
“`

Prompt

Negative prompt

Text model: toppy

Image model: Artium