macro
b1{set name="1";return "Release_Arrow0";}
The verb itself is fine, but the macro gives this error when used:
Unrecognized or inaccessible verb: Release_Arrow0
ID:270777
![]() Aug 28 2006, 1:43 pm
|
|
I'm trying to make a macro using the number 1 on the row above the keyboard, but it keeps giving me errors. Here's the macro's code:
macro The verb itself is fine, but the macro gives this error when used:
Unrecognized or inaccessible verb: Release_Arrow0
|
The problem is that you probably defined your macro as a proc. Macros are used to type in the command line, so you will have to make your "Release_Arrow0" proc a verb. I also suggest you to use one verb, and supply an argument, so you will not need countless verbs, and instead can use one verb.
macro And for your verb: mob/verb ~~> Unknown Person |
§atans§pawn