一、语法 1、 条件语句 IF (条件) then [如果……. 那么] ……… end 范例: If 人物等级() >= 35 then 执行脚本(“护境安民.txt”) End 2、 条件语句 IF (条件) then ...... else ...... end 范例: if 人物职业() = "古墓派" then _返回师门(True) else _返回师门(False) end 3、 循环语句 [满足条件循环] While (条件) …….. End 范例: While 人物等
void srand( unsigned int seed );head file is RemarksThe srand function sets the starting point for generating a series of pseudorandom integers. To reinitialize the generator, use 1 as the seed argument. Any other value for seed sets the generator to