WoW:Console: Difference between revisions
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
print(command); // "commandname" | print(command); // "commandname" | ||
print(argument); // "with argument" | print(argument); // "with argument" | ||
return 1; | return 1; // boolean, 1 means the command succeeded | ||
} | } | ||
</pre> | </pre> | ||