Tutorials/How to create an effect cloud
Jump to navigation
Jump to search
This information is now old as the add effect command has changed somewhat |
Effects are this new feature that summon animations around the player and here's how to create one yourself.
Steps
Step 1
First send a message and look in the console to retrieve your i value. It should say something like:
M {i: "I_VALUE_HERE", n: "YOUR_USERNAME", m: "Hello World"}
and you can see your i value just after it says i:
.
Step 2
Once you have your i value then in the console type this command.
world.room.addEffect({i: "I_VALUE_HERE"})
Where it says I_VALUE_HERE
type your i value that you gotten from step 1.