ID:161412
 
is there a way to setup in-game macros that will run client-sided commands like .ping or .configure x y?
Yes. You can send macros to the client at runtime via winset(). Yes, you can make these macros use client-only commands such as .winset.

See the skin reference for information on how to set macros at runtime. It's under "Macros and Menus" (or was it "Menus and Macros"?).

-- Data
In response to Android Data
Android Data wrote:
Yes, you can make these macros use client-only commands such as .winset.

yes I can use a FEW client sided commands, it seems to be only the ones listed in the skin reference though. im specificaly asking about the .configure ones, which dont want to work

when macroing .configure whatever the macro does nothing for me

EDIT: .ping works though =P
In response to Falacy
Right, only a few of the client-side commands are avaliable to the developer. The rest are totally client-side and can't be accessed by the developer.