innula

innula

Aug 5th, 2011
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. POSE stand | stand | stand //pose before starting and when stopping
  2. POSE default | sit_ground | sit_ground //default pose when no animation entered
  3.  
  4. MENU MAIN MENU
  5. STAND //return to stand pose
  6. STOP //remove poseballs
  7. TOMENU OPTIONS
  8. TOMENU Girl-Boy
  9. TOMENU Girl-Boy2
  10. TOMENU Cuddles
  11.  
  12. MENU OPTIONS | OWNER //this menu can be accessed by the OWNER only (other options: GROUP / ALL)
  13. SAVE Save Pos //saves the poseball positions of the currently selected pose into memory
  14. TOMENU ShutDown
  15. BACK
  16. DUMP Mem Dump //lists all positions stored in memory, copy/paste into .POSITIONS for backup
  17. BALLUSERS BallUsers | ALL //switches who can sit on the poseballs: ALL/GROUP (set default)
  18. MENUUSERS MenuUsers | ALL //switches who access main menu: ALL/GROUP/OWNER (set default)
  19. ADJUST Adjust Pos //changes poseballs into transparant beams easy to select for moving
  20. Z-1 //adjust Z = height offset (so you don't have to adjust the positions of
  21. Z-10 // each individual pose for different bodies/places)
  22. CHAT Chat Info | ON //switches chat info: ON/OFF (set default)
  23. Z+1 //adjust Z = height offset in cm - use any integer to set the step size
  24. Z+10 // (note: the Z-buttons are deactivated for other users
  25. //REDO RedoMenu | ON //switches if menu reappears automatically: ON/OFF (set default)
  26. //INVISIBLE Invisible //make the main object invisible/visible (usefull if it's worn)
  27. //SHOW //put this in some menu in case you want an option to show/hide the balls
  28. //HIDE //(usually not needed, as the balls are created and removed in a click)
  29.  
  30. MENU ShutDown | OWNER
  31. RESET Restart
  32. OFF ShutDown! //(note: only the owner can Shutdown/Startup, even if menu set to ALL)
  33. BACK Cancel
  34.  
  35. MENU Girl-Boy | ALL | BLUE | PINK //this menu can be accessed by ALL, and shows a PINK and a BLUE poseball
  36. STAND //return to stand pose
  37. SWAP //swap animations
  38. BACK
  39. POSE Missionary | Missionary_M | Missionary_F //syntax: POSE
  40. POSE Ride | Ride_M | Ride_F //syntax: POSE
  41. POSE RideB | RideB_M | RideB_F //syntax: POSE
  42. POSE spoon | laying_spoon_m | laying_spoon_f //syntax: POSE
  43. POSE kiss | laying_pinned_kiss_m | laying_pinned_kiss_f //syntax: POSE
  44. POSE Doggy | Doggy_M | Doggy_F //syntax: POSE
  45. POSE side | laying_side_side_m | laying_side_side_f //syntax: POSE
  46. POSE prop | laying_propped_arm_m | laying_propped_arm_f //syntax: POSE
  47. POSE pin2 | laying_pinned_m | laying_pinned_f //syntax:POSE
  48.  
  49. MENU Girl-Boy2 | ALL | BLUE | PINK
  50. STAND //you can use max 12 buttons per menu, with stand/swap/back, this leaves 9 poses
  51. SWAP //the buttons appear from bottom-to-top, left-to-right
  52. BACK //for top-to-bottom order: change order in groups of 3 buttons, like this example:
  53. POSE 69 | 69_M | 69_F //syntax: POSE 7
  54. POSE RideA | Ground_M | Ground_F //syntax: POSE 8
  55. POSE lifted | Table_M | Table_F //syntax: POSE 9
  56. POSE BJ | BJ_M | BJ_F //syntax: POSE 4
  57. POSE Behind | Chair_M | Chair_F //syntax: POSE 5
  58. POSE post | Wall_M | Wall_F //syntax: POSE 6
  59. POSE post2 | Wall2_M | Wall2_F //syntax: POSE 1
  60. POSE Taste | taster | tastee //syntax: POSE 2
  61. POSE cowgirl | rub | lay //syntax: POSE 3
  62.  
  63. MENU Cuddles | ALL | BLUE | PINK //this menu can be accessed by ALL, and shows a PINK and a BLUE poseball
  64. STAND
  65. SWAP
  66. BACK
  67. POSE Reflect | couchfidget 1 | couchlay2 f2 //syntax: POSE 07
  68. POSE layside | cpose3v4 m | cpose3v4 f //syntax: POSE 08
  69. POSE relax | flay18 | flay6 //syntax: POSE 09
  70. POSE kiss2 | ground_kiss_m | ground_kiss_f //syntax: POSE 04
  71. POSE embrace | laying_arm_across_m | laying_arm_across_f //syntax: POSE 05
  72. POSE makeout | laying_makeout_m | laying_makeout_f //syntax: POSE 06
  73. POSE neck | laying_neck_kiss_m | laying_neck_kiss_f //syntax: POSE 01
  74. POSE gaze | LS 2 static M | LS 2 static F //syntax: POSE 02
  75. POSE chat | sit on ground m retime 90 M pr2 | sit on ground F v2 retime 90 F //to get menu access to "POSE default" (see line 2, sit_ground), so you can
  76. //adjust the default positions (this pose can be removed after it's adjusted)
Advertisement
Add Comment
Please, Sign In to add comment