macro
a return "Punch"
Problem description: The problem is this: When I put this in a dms file, it says it's correct. But when I try to press "a", it says nothing was assigned to it. Do you know what's wrong?
ID:144825
Aug 14 2006, 1:25 pm
|
|
Code:
macro Problem description: The problem is this: When I put this in a dms file, it says it's correct. But when I try to press "a", it says nothing was assigned to it. Do you know what's wrong? |
In response to GhostAnime
|
|
I did make a verb. sorry i didn't post that before.
here's the verb: mob/verb EDIT: There's 2 variables (Attacking & punching) for a reason. I'm making a combo system. (credit given to people who actually thought of this before me.) |
In response to Xkirby2
|
|
Is the little ALT button activated in the bottom left hand corner of DS? Try that if it isn't.
- GunRunner |
In response to GunRunner
|
|
It is. It might have to do with the "client/script" thing i added. The macros are part of the script, right?
EDIT: It was the client/script thing I added, so, how do I make it so that I have a blue text box with white text and still keep the macros? Is it possible? |
In response to Xkirby2
|
|
Xkirby2 wrote:
So, how do I make it so that I have a blue text box with white text and still keep the macros? Is it possible? Yep, you just combine the two. I prefer doing it all under client/script:
client/script = {" Edit: *Cough* >.> Thanks for the catch Mysame! |
In response to DarkCampainger
|
|
Polo
|
- GhostAnime