innula

Untitled

Aug 5th, 2011
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. POSE stand | stand | stand | stand //pose before starting and when stopping
  2. POSE default | sit_ground | sit_ground | sit_ground //default pose when no animation entered
  3.  
  4. MENUORDER // use new (sane) menu button order -- same as in files. Omit this for MLP compatibility.
  5. // NORELOAD // inhibit reload on rez -- use for worn item, but "Menu Reset" if you make a copy!
  6.  
  7.  
  8. MENU MAIN MENU | ALL
  9.  
  10. // link-message button. LINKMSG buttonname | parms
  11. // where parms is a comma-separated list: menu,primnum,lm-num-arg,lm-str-arg
  12. // menu is 1 if the LM will cause a menu, or 0 if not (to avoid menu stacking if remenu is on).
  13. // primnum is the primitive number (see llMessageLinked() docs)
  14. // lm-num-arg is the 'num' arg in the LM. If sending to same prim as MLPV2, avoid -100 to 100 range.
  15. // lm-str-arg is the 'str' arg in the LM
  16. // The menu user's key is passed as the LM 'key' arg.
  17. //
  18. // Example (commented out):
  19. // LINKMSG Show/Hide | 0,-4,-100,show-hide
  20. // -- inhibits remenu and calls llMessageLinked(-4, 100, "textures", toucherKey)
  21.  
  22. TOMENU - // 10 (total) blank spaces for modular configs. Unused entries are automatically deleted.
  23. TOMENU -
  24. TOMENU -
  25. TOMENU -
  26. TOMENU -
  27. TOMENU -
  28. TOMENU -
  29. TOMENU -
  30. TOMENU -
  31. TOMENU -
  32. STOP //remove poseballs
  33. TOMENU OPTIONS // options menu
  34.  
  35.  
  36. MENU OPTIONS | OWNER //this menu can be accessed by the OWNER only (other options: GROUP / ALL)
  37.  
  38. BALLUSERS BallUsers | ALL //switches who can sit on the poseballs: ALL/GROUP (set default)
  39. MENUUSERS MenuUsers | ALL //switches who access main menu: ALL/GROUP/OWNER (set default)
  40. VOLUME Volume // controls sound volume, cycling through 25% increments
  41.  
  42. ADJUST Adjust Pos //changes poseballs into transparant beams easy to select for moving
  43. DUMP Dump Pos //lists all positions stored in memory, copy/paste into .POSITIONS for backup
  44. SAVE Save Pos //saves the poseball positions of the currently selected pose into memory
  45.  
  46. TOMENU Height
  47. LINKMSG Dump Props | 0,-4,1,DUMPPROPS // dump all prop configs
  48. LINKMSG Save Prop | 0,-4,1,SAVEPROP // save position/rotation for a prop
  49.  
  50. CHAT Chat Info | ON //switches chat info: ON/OFF (set default)
  51. TOMENU ShutDown...
  52. BACK
  53.  
  54. //REDO RedoMenu | ON //switches if menu reappears automatically: ON/OFF (set default)
  55. //INVISIBLE Invisible //make the main object invisible/visible (usefull if it's worn)
  56. //SHOW //put this in some menu in case you want an option to show/hide the balls
  57. //HIDE //(usually not needed, as the balls are created and removed in a click)
  58.  
  59. MENU Height | OWNER
  60. Z+1 //adjust Z = height offset in cm - use any integer to set the step size
  61. Z+5 // (note: the Z-buttons are deactivated for other users)
  62. Z+25
  63. Z-1
  64. Z-5
  65. Z-25
  66. BACK
  67.  
  68.  
  69. MENU ShutDown... | OWNER
  70. RELOAD Pos Reset // use after changing *.POSITIONS* or *.PROPS* files
  71. RESET Menu Reset // use after changing *.MENUITEMS* files
  72. RESTART Restart // solves any problem but stack/heap collision (tools->reset scripts for that)
  73. OFF ShutDown! //(note: only the owner can Shutdown/Startup, even if menu set to ALL)
  74. BACK
Advertisement
Add Comment
Please, Sign In to add comment