Page 1 of 1

Handy Tintin++ aliases

Posted: Sun Jan 15, 2012 11:52 pm
by Rias
I'm finally learning more about aliases in the Tintin++ client. Here are two that are really handy:

#alias getit {open %2 ; get %1 from %2 ; close %2}
#alias stuffit {open %2 ; put %1 in %2 ; close %2}

So for "getit" you would type: getit [item] [container] and it would open the container, get the item, then close the container. Example: "getit ration backpack" would send:

Code: Select all

open backpack
get ration from backpack
close backpack
Stuffit just puts the item away instead of getting it out.

Posted: Sun Jan 15, 2012 11:58 pm
by Jaster
somehow i feel betrayed... LOL

Posted: Mon Jan 16, 2012 12:00 am
by Rias
It was just an example! I wonder if anyone else even uses tt++, anyway.

Posted: Mon Jan 16, 2012 3:57 pm
by Jaster
I don't even know what it is.

Posted: Thu Jan 19, 2012 12:57 pm
by Alexander
Very handy indeed.

Working off the examples, I also now have macros to change from my suit of armor to my civilian garb and vice-versa. Thank you.