Im trying to use this code for my game but it doesn't work can anyone help?
Code:
macro
m return "cast"
M return "cast"
says:
[No macro is defined for "m". Toggle macro-mode to use the command prompt, or preface commands with "/".]
ID:148590
Dec 23 2002, 11:19 am
|
|
Dec 23 2002, 11:19 am
|
|
Is it in a script file?
|
In response to Garthor
|
|
yes the code is
the cast proc isent |
Sevak wrote:
macro You don't need to define M as a macro twice, its universal, it works if M is on caps or not. Summing it all down: Take out the reference to m return "cast" |
In response to ADDiCt
|
|
i tried it with 1 too it didn't work
|
In response to Sevak
|
|
What did you get?
|
In response to ADDiCt
|
|
same problem
|
In response to Sevak
|
|
I believe you are forgetting to add this in a .dm file
client/command_text = ".alt "
|