|
Twigg Wanderer
Joined: 22 May 2003 Posts: 60 Location: USA
|
Posted: Wed Nov 03, 2004 5:33 pm
how do I put a space in a macro? |
how do I put a space in a macro...if I have made a macro of a command such as... greet... the cursor is stuck to the end of the word. How do I have it look like... greet (space) cursor? I have tried ^ and ; and the ^ shows in the game screen unless I write it like (^)...can someone help a perennial dummy?
|
|
_________________ Twigg |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Wed Nov 03, 2004 6:12 pm |
I think you can just put a space at the end of it
|
|
|
|
darmir Sorcerer
Joined: 10 Oct 2000 Posts: 706 Location: USA
|
Posted: Wed Nov 03, 2004 6:13 pm |
I think you want to do is Macro chaining. Look at Introduction to Macros in the help.
|
|
_________________ Run as hard as a wild beast if you will, but you won't get any reward greater than that destined for you.
Source: (Egyptian) |
|
|
|
Lorette Beginner
Joined: 08 Sep 2004 Posts: 23
|
Posted: Wed Nov 03, 2004 6:13 pm |
Not really sure that you mean, but have you tried putting a tilde(~) before the space?
|
|
_________________ Lorette |
|
|
|
Troublemag Wanderer
Joined: 14 Jul 2004 Posts: 83
|
Posted: Thu Nov 04, 2004 6:22 am |
What exactly do the commands in your macro do? Macros are single word commands that can execute multiple commands and/or complex commands, but the macro itself is limited to 1 word.
Just as a simple example, since you haven't told us what you're trying to do, let's say our macro is bow and we want it to send an emote that has the name of the person we're bowing to sent to the game. In the value area, you'd put "emote bows to %1 and gives a mocking tip of his cap." (without the " marks). To use the macro, you could type "bow Jim" and it would send to the game "emote bows to Jim and gives a mocking tip of his cap."
Hope this helps. If not, please let us know what you're wanting the macro to do. |
|
_________________ CMUDPro 3.22 |
|
|
|
Vorax Apprentice
Joined: 29 Jun 2001 Posts: 198 Location: USA
|
Posted: Thu Nov 04, 2004 10:54 am |
Macros are keys. You've just described an alias, Troublemag.
You can add a space into your macro like you want by either quoting the space with the tilda ~ or using %char(32) where you want the space. |
|
|
|
Troublemag Wanderer
Joined: 14 Jul 2004 Posts: 83
|
Posted: Sun Nov 07, 2004 6:04 am |
oops.. major foot in mouth syndrome there. Sorry
|
|
_________________ CMUDPro 3.22 |
|
|
|
|
|