new function in dll(but not in the .h file): /*----------------------------------------------------------------------*/ //将34字节的录音文件转换为16bit的线性PCM WAV文件,可以压缩为MP3文件 //convert the recorder file to 16bit PCM wav file BOOL WINAPI RecordFileToPcmWaveFile
一、语法 1、 条件语句 IF (条件) then [如果……. 那么] ……… end 范例: If 人物等级() >= 35 then 执行脚本(“护境安民.txt”) End 2、 条件语句 IF (条件) then ...... else ...... end 范例: if 人物职业() = "古墓派" then _返回师门(True) else _返回师门(False) end 3、 循环语句 [满足条件循环] While (条件) …….. End 范例: While 人物等