Advertisement
Guest User

Untitled

a guest
May 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. http://opensimulator.org/wiki/OSSLNPC#Enabling
  2.  
  3.  
  4. else if (msg0 == "help")
  5. {
  6. llOwnerSay("Commands are:");
  7. llOwnerSay("create <notecard-name> - Create NPC from a stored notecard");
  8. llOwnerSay("createm");
  9. llOwnerSay("remove - Remove current NPC");
  10. llOwnerSay("clone <notecard-name> - Clone own appearance to a notecard");
  11. llOwnerSay("load <notecard-name> - Load appearance on notecard to current npc");
  12. llOwnerSay("save <notecard-name> - Save appearance of current NPC to notecard");
  13. llOwnerSay("animate");
  14. llOwnerSay("move");
  15. llOwnerSay("moveto <x> <y> <z> - move to absolute position");
  16. llOwnerSay("movetarget");
  17. llOwnerSay("movetargetnoland");
  18. llOwnerSay("movetargetwalk");
  19. llOwnerSay("rot");
  20. llOwnerSay("say");
  21. llOwnerSay("sit <target-uuid>");
  22. llOwnerSay("stop");
  23. llOwnerSay("stand");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement