Age | Commit message (Collapse) | Author | Files | Lines |
|
mesc() is a short for mes(col()). It should make coding colored code easier.
The default color value is "9", same from narrator, but this default value
is not used anymore.
I assume mes* functions are legacy for this project, so fell free to reject
the patch.
|
|
|
|
|
|
I blame Reid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
missing words and M/F options.
|
|
|
|
|
|
|
|
|
|
Also preparing to add a name to all of the maps.
|
|
|
|
|
|
|
|
This reverts commit a1cfd4e6afff78f777872f49f8e8faacbe6f2e60.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This flag allow mail.
|
|
|
|
|
|
|
|
Example: menu2 "test 1", 10, "test 2", 20;
If select "test 1", will set @menuret to 10, and @menu to 1
If select "test 2", will set @menuret to 20, and @menu to 2
|
|
|
|
|
|
|