441 |
|
{"F6", Action_F6 }, |
442 |
|
{"F7", Action_F7 }, |
443 |
|
{"F8", Action_F8 }, |
444 |
< |
{"StartRecorn", Action_StartRecord }, |
444 |
> |
{"StartRecord", Action_StartRecord }, |
445 |
|
{"StopRecord", Action_StopRecord }, |
446 |
|
{"PlayRecord", Action_PlayRecord }, |
447 |
|
{"F12", Action_F12 }, |
889 |
|
return 0; |
890 |
|
} |
891 |
|
|
892 |
< |
void SLrDaodan_Initalize() |
892 |
> |
void SLrDaodan_Initialize() |
893 |
|
{ |
894 |
|
SLrConfig(); |
895 |
|
|
923 |
|
// SLrDaodan_Register_ReturnType("d_active","Returns a hex offset. ;)", "[ai_name:string | script_id:int]", sl_int32, bsl_getactiveoffset); |
924 |
|
|
925 |
|
SLrScript_Command_Register_Void("sprintf", "C-style sprintf.", "", bsl_sprintf); |
926 |
< |
SLrScript_Command_Register_ReturnType("st", "prints to console in color", "", sl_void, bsl_dprintcolored); |
927 |
< |
SLrScript_Command_Register_ReturnType("d_dprint", "prints to console in color", "", sl_void, bsl_dprintcolored); |
926 |
> |
SLrScript_Command_Register_ReturnType("st", "Prints to console in color", "", sl_void, bsl_dprintcolored); |
927 |
> |
SLrScript_Command_Register_ReturnType("d_dprint", "Prints to console in color", "", sl_void, bsl_dprintcolored); |
928 |
|
} |
929 |
|
|
930 |
|
void SLrDaodan_Patch() |