Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Angharen

About

Username
Angharen
Joined
Visits
104
Last Active
Roles
Member
Points
3

Comments

  • Yeah, I knew it was only handling single digits, glad you figured out that it's [x,y] instead of (x,y)... that'll be useful.
  • And after a bit of mucking about, the answer to your original question about how to use functions.  Be nice if there was just a bit more documentation (like any at all really). It was ok with me using the client. namespace at first, and then it star…
  • Ok, I was wrong. You can still overload commands, just the syntax has changed.

    So if you set an alias for "look" you can attach the following as a script:

         //Overloaded look script
         send_command("look", 1…
  • It's also possible that you may not need to loop at all. Just set the function trigger to fire on something that happens with about the right duration. If you want it to change often, set it on balance recovery. Assuming you are doing anything, it'l…