MystiTool cheat sheet

From Second Life Wiki
Revision as of 13:58, 1 September 2009 by Cerise Sorbet (talk | contribs) (dinner time)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a quick reference for chat commands that work with MystiTool 1.3.1. Type /1 help to see a short list in world. Click the MystiTool HUD button and press Notecard in the menu to get a very detailed instruction notecard. There are even more help notecards inside that one.

Command Description
anim name stops all animations, then starts the animation called name if it is inside the HUD's inventory or a built in animation
anim name - starts the animation called name if it is inside the HUD's inventory or a built in animation
anim stop stops all animations
bugs

bugs all

bugs scans once for ACTIVE|SCRIPTED objects owned by others, bugs all also finds ACTIVE|SCRIPTED objects owned by you
bugs radar rezzes a continuous bug scanner box, touch the box to change its settings
bugs range meters changes the bug scan range, meters can be 1 to 96, numbers more than 96 are rounded down by llSensor
bugs set_texture uuid changes the bugs HUD button texture to uuid
bugs show

bugs hide

shows or hides the bugs HUD button
chat on

chat off

chat on starts printing avatars who are less then 20 meters away in your chat history, chat off stops it
chat sound on

chat sound off

chat sound on enables sounds made by chat on, chat sound off stops them
chat sound_key uuid changes the chat on sound to uuid
color string converts string to a llSetColor vector
  • a vector with at least one value greater than 1 divides all numbers by 255: /1 color <0,255,0> prints <0.00000, 1.00000, 0.00000>
  • a vector with all numbers less than or equal to 1.0 returns the same vector: /1 color <1,0,0> prints <1.00000, 0.00000, 0.00000>
  • a six digit RGB hex value will have all numbers divided by 255: /1 color #FF0000 prints <1.00000, 0.00000, 0.00000>
  • CSS color names will be converted: /1 color Chocolate prints <0.82353, 0.41176, 0.11765>
fav

favs

shows the favorite locations menu, fav and favs are the same command
fav add inserts your current location in the favorites menu
fav clear removes all locations from the favorites menu
fav list
prints a list of all the stored favorites
fav set_texture uuid changes the favorites HUD button texture to uuid
fav show

fav hide

shows or hides the favorites HUD button
flight on

flight off

flight on enables flight assistance, flight off stops it
flight text on

flight text off

flight text on shows flight assistance statistics on the HUD, flight text off removes them, it only shows if HUD radar is disabled (/1 scan 0)
flight side on

flight side off

if flight assistance is on, flight side on tries to keep you at the same altitude when you fly forward, back, sideways; flight side off lets you rise and fall like with unassisted flight
flight nodrift on

flight nodrift off

if flight assistance is on, flight nodrift on will stop you short when you are hovering; flight nodrift off allows you to drift; some AOs include bouncy hover animations so you might appear to move even with this turned on.